aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/statement-cache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/statement-cache.hxx')
-rw-r--r--odb/mysql/statement-cache.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mysql/statement-cache.hxx b/odb/mysql/statement-cache.hxx
index f801972..faea870 100644
--- a/odb/mysql/statement-cache.hxx
+++ b/odb/mysql/statement-cache.hxx
@@ -32,7 +32,7 @@ namespace odb
statement_cache (connection& conn): conn_ (conn) {}
template <typename T>
- typename object_traits<T>::statements_type&
+ typename object_traits_impl<T, id_mysql>::statements_type&
find_object ();