aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/object-statements.txx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sqlite/object-statements.txx')
-rw-r--r--odb/sqlite/object-statements.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/sqlite/object-statements.txx b/odb/sqlite/object-statements.txx
index 9ef6043..a880ceb 100644
--- a/odb/sqlite/object-statements.txx
+++ b/odb/sqlite/object-statements.txx
@@ -97,7 +97,7 @@ namespace odb
// loads being added to the delayed_ vector. We need to process
// those before we call the post callback.
//
- object_traits::init (*l.obj, image (), db);
+ object_traits::init (*l.obj, image (), &db);
object_traits::load_ (*this, *l.obj); // Load containers, etc.
if (!delayed_.empty ())