From 1c6d6e5ed99e80d057a710635325a79b8e3f73d2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 29 Oct 2012 14:39:12 +0200 Subject: Add workaround for VC++ --- odb/simple-object-result.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/simple-object-result.hxx') diff --git a/odb/simple-object-result.hxx b/odb/simple-object-result.hxx index b0f3a9a..e094131 100644 --- a/odb/simple-object-result.hxx +++ b/odb/simple-object-result.hxx @@ -43,7 +43,7 @@ namespace odb friend class object_result_iterator; protected: - object_result_impl (connection& conn) + object_result_impl (odb::connection& conn) : result_impl (conn), begin_ (true), end_ (false), current_ () { } -- cgit v1.1