aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-10-08 14:50:24 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-10-08 15:31:08 +0300
commit9111fbfe4a0557b53f59b7bf98aad418b0def867 (patch)
tree33b694c642bc4956445c84ce65acf20b4dd21bbe /odb
parent5529924aaf19a0de7c4e5a3bd101288b5053fb56 (diff)
Adapt for building with Clang on Windows
Diffstat (limited to 'odb')
-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 6ac3e02..7ce56a9 100644
--- a/odb/mysql/statement-cache.hxx
+++ b/odb/mysql/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_mysql>::statements_type&