aboutsummaryrefslogtreecommitdiff
path: root/odb/polymorphic-object-result.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-10-29 14:39:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-10-29 14:39:12 +0200
commit1c6d6e5ed99e80d057a710635325a79b8e3f73d2 (patch)
tree8e1d4cb96520a33298cba35da654bc479c533d19 /odb/polymorphic-object-result.hxx
parent3c14b6b14f5921366868644bda0b512c4b673e47 (diff)
Add workaround for VC++2.2.0.a1
Diffstat (limited to 'odb/polymorphic-object-result.hxx')
-rw-r--r--odb/polymorphic-object-result.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/polymorphic-object-result.hxx b/odb/polymorphic-object-result.hxx
index 59592b1..b64812d 100644
--- a/odb/polymorphic-object-result.hxx
+++ b/odb/polymorphic-object-result.hxx
@@ -47,7 +47,7 @@ namespace odb
friend class object_result_iterator<const T, id_type, true>;
protected:
- polymorphic_object_result_impl (connection& conn)
+ polymorphic_object_result_impl (odb::connection& conn)
: result_impl (conn), begin_ (true), end_ (false), current_ ()
{
}