aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/inline.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-25 13:06:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-25 13:06:51 +0200
commit3b53b9157b610805b0d5c436bb01c0fe275390b9 (patch)
treea9e7fb781793214802c963ae2e3247cc5892f9d2 /odb/relational/inline.hxx
parent8f59ca1a8d7093655f8f7d61f101abc6df3839d5 (diff)
Further generalization work for SQLite support
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&)"
<< "{"
<< "}";
}