From 2b02d443ab344bc02dfc2891fb1a57c6520c393f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 19 Aug 2010 17:05:24 +0200 Subject: Use type names as specified in the header that we compile --- odb/context.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/context.cxx') 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 ("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 ()) -- cgit v1.1