aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/result.txx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/result.txx')
-rw-r--r--odb/mysql/result.txx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/mysql/result.txx b/odb/mysql/result.txx
index 8140240..e207f73 100644
--- a/odb/mysql/result.txx
+++ b/odb/mysql/result.txx
@@ -17,7 +17,8 @@ namespace odb
template <typename T>
result_impl<T>::
- result_impl (details::shared_ptr<select_statement> statement,
+ result_impl (const query&,
+ details::shared_ptr<select_statement> statement,
object_statements<object_type>& statements)
: odb::result_impl<T> (statements.connection ().database ()),
statement_ (statement),