summaryrefslogtreecommitdiff
path: root/odb/mysql/header.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/header.cxx')
-rw-r--r--odb/mysql/header.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mysql/header.cxx b/odb/mysql/header.cxx
index c3222bc..8d32284 100644
--- a/odb/mysql/header.cxx
+++ b/odb/mysql/header.cxx
@@ -377,7 +377,7 @@ namespace mysql
// query ()
//
- os << "static shared_ptr<result_impl<object_type> >" << endl
+ os << "static result<object_type>" << endl
<< "query (database&, const query_type&);"
<< endl;