summaryrefslogtreecommitdiff
path: root/odb/context.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/context.cxx')
-rw-r--r--odb/context.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/context.cxx b/odb/context.cxx
index 77ca708..64d875d 100644
--- a/odb/context.cxx
+++ b/odb/context.cxx
@@ -162,7 +162,7 @@ column_type (semantics::data_member& m) const
if (m.count ("type"))
return m.get<string> ("type");
- string const& name (m.type ().fq_name ());
+ string const& name (m.type ().fq_name (m.belongs ().hint ()));
type_map_type::const_iterator i (data_->type_map_.find (name));
if (i != data_->type_map_.end ())