aboutsummaryrefslogtreecommitdiff
path: root/odb/no-id-object-result.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/no-id-object-result.hxx')
-rw-r--r--odb/no-id-object-result.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/no-id-object-result.hxx b/odb/no-id-object-result.hxx
index 16df125..9404d82 100644
--- a/odb/no-id-object-result.hxx
+++ b/odb/no-id-object-result.hxx
@@ -42,7 +42,7 @@ namespace odb
friend class object_result_iterator<const T, void, false>;
protected:
- no_id_object_result_impl (connection& conn)
+ no_id_object_result_impl (odb::connection& conn)
: result_impl (conn), begin_ (true), end_ (false), current_ ()
{
}