aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/statement-cache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sqlite/statement-cache.hxx')
-rw-r--r--odb/sqlite/statement-cache.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/sqlite/statement-cache.hxx b/odb/sqlite/statement-cache.hxx
index 5d94296..b08e4c7 100644
--- a/odb/sqlite/statement-cache.hxx
+++ b/odb/sqlite/statement-cache.hxx
@@ -69,7 +69,7 @@ namespace odb
}
template <typename T>
- typename object_traits<T>::statements_type&
+ typename object_traits_impl<T, id_sqlite>::statements_type&
find_object ();
template <typename T>