aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/result.txx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-25 13:02:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-25 13:02:43 +0200
commitfb07a6d9d6ce01a76d5d43ae94adbcb6574cb351 (patch)
tree94be11c486ffdf2683238142e8541176faadc876 /odb/mysql/result.txx
parent8ab3b127535f736ac0e14abd2fba25e022b05979 (diff)
Update interface to conform to what's expected by generated code
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),