aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/mysql/common.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/mysql/common.cxx')
-rw-r--r--odb/relational/mysql/common.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/relational/mysql/common.cxx b/odb/relational/mysql/common.cxx
index cc657d1..c2e6fa3 100644
--- a/odb/relational/mysql/common.cxx
+++ b/odb/relational/mysql/common.cxx
@@ -35,7 +35,7 @@ namespace relational
semantics::type& t (type_override_ != 0 ? *type_override_ : m.type ());
- if (semantics::class_* c = comp_value_wrapper (t))
+ if (semantics::class_* c = composite_wrapper (t))
{
// If t is a wrapper, pass the wrapped type. Also pass the
// original, wrapper type.