aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/polymorphic-object-result.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sqlite/polymorphic-object-result.hxx')
-rw-r--r--odb/sqlite/polymorphic-object-result.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/odb/sqlite/polymorphic-object-result.hxx b/odb/sqlite/polymorphic-object-result.hxx
index 6023248..9cf9c6c 100644
--- a/odb/sqlite/polymorphic-object-result.hxx
+++ b/odb/sqlite/polymorphic-object-result.hxx
@@ -47,9 +47,10 @@ namespace odb
virtual
~polymorphic_object_result_impl ();
- polymorphic_object_result_impl (const query_base&,
- details::shared_ptr<select_statement>,
- statements_type&);
+ polymorphic_object_result_impl (
+ const query_base&,
+ const details::shared_ptr<select_statement>&,
+ statements_type&);
virtual void
load (object_type*, bool fetch);