summaryrefslogtreecommitdiff
path: root/odb/relational/source.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/source.cxx')
-rw-r--r--odb/relational/source.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/relational/source.cxx b/odb/relational/source.cxx
index fe23ac9..be16309 100644
--- a/odb/relational/source.cxx
+++ b/odb/relational/source.cxx
@@ -217,7 +217,7 @@ namespace relational
// is_null()/is_not_null() will be valid for composite values
// as well.
//
- if (!context::composite_wrapper (m->type ()))
+ if (!context::composite_wrapper (context::utype (*m)))
break;
ptt = tt;
@@ -259,7 +259,7 @@ namespace relational
{
using semantics::type;
- type* t (&m->type ());
+ type* t (&context::utype (*m));
if (type* c = context::container_wrapper (*t))
t = &context::container_vt (*c);