summaryrefslogtreecommitdiff
path: root/odb/common.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/common.cxx')
-rw-r--r--odb/common.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/common.cxx b/odb/common.cxx
index 27b647c..322a915 100644
--- a/odb/common.cxx
+++ b/odb/common.cxx
@@ -208,7 +208,7 @@ traverse (semantics::data_member& m)
om_.member_scope_.pop_back ();
}
- else if (semantics::type* c = context::container_wrapper (t))
+ else if (semantics::type* c = context::container (m))
{
om_.traverse_container (m, *c);
}
@@ -426,7 +426,7 @@ traverse (semantics::data_member& m)
oc_.member_scope_.pop_back ();
}
- else if (container_wrapper (t))
+ else if (container (m))
{
// Container gets its own table, so nothing to do here.
//