summaryrefslogtreecommitdiff
path: root/odb/relational/inline.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/inline.hxx')
-rw-r--r--odb/relational/inline.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/relational/inline.hxx b/odb/relational/inline.hxx
index ef0e32e..1b3c492 100644
--- a/odb/relational/inline.hxx
+++ b/odb/relational/inline.hxx
@@ -81,7 +81,8 @@ namespace relational
{
os << "inline" << endl
<< "void " << traits << "::" << endl
- << "load_ (mysql::object_statements< object_type >&, object_type&)"
+ << "load_ (" << db << "::object_statements< object_type >&, " <<
+ "object_type&)"
<< "{"
<< "}";
}