From 3b53b9157b610805b0d5c436bb01c0fe275390b9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 25 Mar 2011 13:06:51 +0200 Subject: Further generalization work for SQLite support --- odb/relational/inline.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'odb/relational/inline.hxx') 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&)" << "{" << "}"; } -- cgit v1.1