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 bc9e214..27b647c 100644
--- a/odb/common.cxx
+++ b/odb/common.cxx
@@ -163,7 +163,7 @@ traverse (semantics::data_member& m)
om_.member_path_.push_back (&m);
- semantics::type& t (m.type ());
+ semantics::type& t (utype (m));
if (semantics::class_* comp = context::composite_wrapper (t))
{
@@ -410,7 +410,7 @@ traverse (semantics::data_member& m)
oc_.member_path_.push_back (&m);
- semantics::type& t (m.type ());
+ semantics::type& t (utype (m));
if (semantics::class_* comp = composite_wrapper (t))
{