aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/source.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/source.hxx')
-rw-r--r--odb/relational/source.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/relational/source.hxx b/odb/relational/source.hxx
index 5880a2b..53034ac 100644
--- a/odb/relational/source.hxx
+++ b/odb/relational/source.hxx
@@ -2193,7 +2193,7 @@ namespace relational
// When handling a pointer, mi.t is the id type of the referenced
// object.
//
- semantics::type& pt (member_utype (mi.m, key_prefix_));
+ semantics::type& pt (utype (mi.m, key_prefix_));
type = "obj_traits::id_type";
@@ -2704,7 +2704,7 @@ namespace relational
// When handling a pointer, mi.t is the id type of the referenced
// object.
//
- semantics::type& pt (member_utype (mi.m, key_prefix_));
+ semantics::type& pt (utype (mi.m, key_prefix_));
if (lazy_pointer (pt))
os << member << " = ptr_traits::pointer_type (" << endl