summaryrefslogtreecommitdiff
path: root/odb/relational/schema.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/schema.hxx')
-rw-r--r--odb/relational/schema.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/relational/schema.hxx b/odb/relational/schema.hxx
index 29d4ff9..ecafe2c 100644
--- a/odb/relational/schema.hxx
+++ b/odb/relational/schema.hxx
@@ -363,7 +363,7 @@ namespace relational
virtual void
reference (semantics::data_member& m)
{
- if (semantics::class_* c = object_pointer (member_type (m, prefix_)))
+ if (semantics::class_* c = object_pointer (member_utype (m, prefix_)))
{
os << " REFERENCES " << table_qname (*c) << " (" <<
column_qname (*id_member (*c)) << ")";