aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/object-statements.txx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/object-statements.txx')
-rw-r--r--odb/mysql/object-statements.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mysql/object-statements.txx b/odb/mysql/object-statements.txx
index 8b2dad1..553447b 100644
--- a/odb/mysql/object-statements.txx
+++ b/odb/mysql/object-statements.txx
@@ -15,7 +15,7 @@ namespace odb
template <typename T>
object_statements<T>::
- object_statements (connection& conn)
+ object_statements (connection_type& conn)
: object_statements_base (conn),
container_statement_cache_ (conn),
image_binding_ (image_bind_, object_traits::column_count),