From f4b5d5064570a9ade5546fdfd81bcdf37def5426 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 8 Oct 2019 13:07:05 +0300 Subject: Adapt for building with Clang on Windows --- odb/pgsql/statement-cache.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb') 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 object_traits_impl::statements_type& -- cgit v1.1