aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/common.txx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-06-22 18:08:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-06-22 18:08:32 +0200
commitdfc260adf46e79b039685d554797b403d76c6bfd (patch)
tree7051fc42ae1f4d78ca0940dfedab0e4deb1bebd7 /odb/relational/common.txx
parent2ca7acef7c858fb7f21b5101dedfc021aea62ff8 (diff)
Implement member type mapping, more m.type() cleanups
Diffstat (limited to 'odb/relational/common.txx')
-rw-r--r--odb/relational/common.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/relational/common.txx b/odb/relational/common.txx
index d428068..7a3adad 100644
--- a/odb/relational/common.txx
+++ b/odb/relational/common.txx
@@ -25,7 +25,7 @@ namespace relational
var = name + (name[name.size () - 1] == '_' ? "" : "_");
}
- bool cq (type_override_ != 0 ? false : const_type (m.type ()));
+ bool cq (type_override_ != 0 ? false : const_member (m));
semantics::type& t (type_override_ != 0 ? *type_override_ : utype (m));
semantics::type* cont;