aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/polymorphic-object-result.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-10-12 17:24:44 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-10-19 11:40:30 +0200
commitd94948b8bccfd8748245726487d54c41bb199baf (patch)
treec83176902ed8cb3c49532078e0705e2fc6621555 /odb/sqlite/polymorphic-object-result.hxx
parent1c8dc77a0feae8b33e8c06f7ba076bd26d278054 (diff)
Completion of prepared query support
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);