aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/container-statements.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sqlite/container-statements.hxx')
-rw-r--r--odb/sqlite/container-statements.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/sqlite/container-statements.hxx b/odb/sqlite/container-statements.hxx
index d67388d..db59ead 100644
--- a/odb/sqlite/container-statements.hxx
+++ b/odb/sqlite/container-statements.hxx
@@ -248,8 +248,9 @@ namespace odb
public:
typedef T traits;
typedef typename T::statements_type base;
+ typedef sqlite::connection connection_type;
- container_statements_impl (connection&);
+ container_statements_impl (connection_type&);
private:
container_statements_impl (const container_statements_impl&);