aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/section-statements.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-11-17 13:34:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-11-17 13:34:17 +0200
commitefebd5ea2e6b0cf4e272614075c8346c0ef16cba (patch)
treedf0ef61b9b84cbcd2c05bc06c6b4269e2624d51e /odb/sqlite/section-statements.hxx
parent5d693f6a783b8b206b9543328eb34f942db10ecf (diff)
Update SQLite
Diffstat (limited to 'odb/sqlite/section-statements.hxx')
-rw-r--r--odb/sqlite/section-statements.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/sqlite/section-statements.hxx b/odb/sqlite/section-statements.hxx
index dff5ec5..f52d531 100644
--- a/odb/sqlite/section-statements.hxx
+++ b/odb/sqlite/section-statements.hxx
@@ -36,6 +36,7 @@ namespace odb
typedef ST traits;
typedef typename traits::image_type image_type;
+ typedef typename traits::id_image_type id_image_type;
typedef sqlite::select_statement select_statement_type;
typedef sqlite::update_statement update_statement_type;
@@ -43,7 +44,7 @@ namespace odb
typedef sqlite::connection connection_type;
section_statements (connection_type&,
- image_type&,
+ image_type&, id_image_type&,
binding& id, binding& idv);
connection_type&