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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/mysql/header.cxx b/odb/mysql/header.cxx
index 89b1fe8..1b995a9 100644
--- a/odb/mysql/header.cxx
+++ b/odb/mysql/header.cxx
@@ -890,9 +890,9 @@ namespace mysql
<< "query (database&, const query_type&);"
<< endl;
- // Helpers.
+ // Implementation details.
//
- os << "private:" << endl
+ os << "public:" << endl
<< "static bool" << endl
<< "find_ (mysql::object_statements<object_type>&, const id_type&);"
<< endl;