aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/view-result.txx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/pgsql/view-result.txx')
-rw-r--r--odb/pgsql/view-result.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/pgsql/view-result.txx b/odb/pgsql/view-result.txx
index 2219463..932d19b 100644
--- a/odb/pgsql/view-result.txx
+++ b/odb/pgsql/view-result.txx
@@ -22,7 +22,7 @@ namespace odb
view_result_impl<T>::
view_result_impl (const query&,
details::shared_ptr<select_statement> statement,
- view_statements<view_type>& statements)
+ statements_type& statements)
: base_type (statements.connection ().database ()),
statement_ (statement),
statements_ (statements)