aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/simple-object-result.txx
diff options
context:
space:
mode:
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 2152a21..34eaab5 100644
--- a/odb/sqlite/simple-object-result.txx
+++ b/odb/sqlite/simple-object-result.txx
@@ -23,7 +23,7 @@ namespace odb
template <typename T>
object_result_impl<T>::
- object_result_impl (const query& q,
+ object_result_impl (const query_base& q,
details::shared_ptr<select_statement> statement,
statements_type& statements)
: base_type (statements.connection ().database ()),