aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/no-id-object-result.txx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sqlite/no-id-object-result.txx')
-rw-r--r--odb/sqlite/no-id-object-result.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/sqlite/no-id-object-result.txx b/odb/sqlite/no-id-object-result.txx
index 8519c47..5dad5b2 100644
--- a/odb/sqlite/no-id-object-result.txx
+++ b/odb/sqlite/no-id-object-result.txx
@@ -21,7 +21,7 @@ namespace odb
template <typename T>
no_id_object_result_impl<T>::
- no_id_object_result_impl (const query& q,
+ no_id_object_result_impl (const query_base& q,
details::shared_ptr<select_statement> statement,
statements_type& statements)
: base_type (statements.connection ().database ()),