aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/statement-cache.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-10-09 13:57:26 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-10-09 14:19:06 +0300
commitd718072ad2b2857d4095e0e65b37778b0dc2cd91 (patch)
tree4d33daae7d1d1dbebfad33f267653691169aab19 /odb/oracle/statement-cache.hxx
parent1541fb6f0cf4d9b66ab48029b226c83ee62233c6 (diff)
Add workaround for 'private field is not used' Clang warning
Diffstat (limited to 'odb/oracle/statement-cache.hxx')
-rw-r--r--odb/oracle/statement-cache.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/oracle/statement-cache.hxx b/odb/oracle/statement-cache.hxx
index 41d4a0d..2295f4b 100644
--- a/odb/oracle/statement-cache.hxx
+++ b/odb/oracle/statement-cache.hxx
@@ -31,7 +31,7 @@ namespace odb
public:
statement_cache (connection& conn)
: conn_ (conn),
- version_seq_ (conn.database ().schema_version_sequence ()) {}
+ version_seq_ (conn_.database ().schema_version_sequence ()) {}
template <typename T>
typename object_traits_impl<T, id_oracle>::statements_type&