aboutsummaryrefslogtreecommitdiff
path: root/odb/view-result.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/view-result.hxx')
-rw-r--r--odb/view-result.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/view-result.hxx b/odb/view-result.hxx
index a07e5b8..289052e 100644
--- a/odb/view-result.hxx
+++ b/odb/view-result.hxx
@@ -37,7 +37,7 @@ namespace odb
typedef typename view_traits::pointer_type pointer_type;
typedef odb::pointer_traits<pointer_type> pointer_traits;
- view_result_impl (connection& conn)
+ view_result_impl (odb::connection& conn)
: result_impl (conn), begin_ (true), end_ (false), current_ ()
{
}