aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-10-08 13:07:05 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-10-08 14:09:31 +0300
commitf4b5d5064570a9ade5546fdfd81bcdf37def5426 (patch)
tree65c3778a1408df07c33cd22db45ccc491babed8e /odb
parent38c17cfa45390cb557de75a7ca7852fe023e03ed (diff)
Adapt for building with Clang on Windows
Diffstat (limited to 'odb')
-rw-r--r--odb/pgsql/statement-cache.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/pgsql/statement-cache.hxx b/odb/pgsql/statement-cache.hxx
index 179faa6..c22734b 100644
--- a/odb/pgsql/statement-cache.hxx
+++ b/odb/pgsql/statement-cache.hxx
@@ -29,7 +29,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_pgsql>::statements_type&