aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/simple-object-result.txx
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/simple-object-result.txx
parent1c8dc77a0feae8b33e8c06f7ba076bd26d278054 (diff)
Completion of prepared query support
Diffstat (limited to 'odb/sqlite/simple-object-result.txx')
-rw-r--r--odb/sqlite/simple-object-result.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/sqlite/simple-object-result.txx b/odb/sqlite/simple-object-result.txx
index 34eaab5..6763850 100644
--- a/odb/sqlite/simple-object-result.txx
+++ b/odb/sqlite/simple-object-result.txx
@@ -24,7 +24,7 @@ namespace odb
template <typename T>
object_result_impl<T>::
object_result_impl (const query_base& q,
- details::shared_ptr<select_statement> statement,
+ const details::shared_ptr<select_statement>& statement,
statements_type& statements)
: base_type (statements.connection ().database ()),
result_impl_base (q, statement),