summaryrefslogtreecommitdiff
path: root/odb/relational/source.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-06-22 17:12:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-06-22 17:12:20 +0200
commit2ca7acef7c858fb7f21b5101dedfc021aea62ff8 (patch)
treeb53a7d56da0a7f04ee46438f5ce6bb12c05b8f3a /odb/relational/source.hxx
parent6e35807bd495c0001cba229fd082e45f0421100e (diff)
Get rid of member_[u]type(), other cleanups
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