aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/view-result.txx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-04-23 16:48:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-04-23 16:48:02 +0200
commit40267e1f40de8ea216688886ab1df1c7ec50e2b2 (patch)
tree046030dabdd352808c71cf1f2a9bfed706e86c2a /odb/pgsql/view-result.txx
parent3405fff26a02b5bee51686c5d22200be320b87d8 (diff)
Polymorphic inheritance support
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)