aboutsummaryrefslogtreecommitdiff
path: root/odb/simple-object-result.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/simple-object-result.hxx')
-rw-r--r--odb/simple-object-result.hxx2
1 files changed, 1 insertions, 1 deletions
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<const T, id_type, false>;
protected:
- object_result_impl (connection& conn)
+ object_result_impl (odb::connection& conn)
: result_impl (conn), begin_ (true), end_ (false), current_ ()
{
}