summaryrefslogtreecommitdiff
path: root/odb/common.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/common.cxx')
-rw-r--r--odb/common.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/common.cxx b/odb/common.cxx
index 28b80cb..0edcb0d 100644
--- a/odb/common.cxx
+++ b/odb/common.cxx
@@ -338,6 +338,7 @@ traverse (semantics::data_member& m,
root_ = &m;
root_id_ = (kp.empty () ? context::id (m) : kp == "id");
root_op_ = (c != 0);
+ root_null_ = context::null (m, kp);
key_prefix_ = kp;
default_name_ = dn;