aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/view-result.txx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-04-23 16:48:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-04-23 16:48:01 +0200
commit851cbe3927b987ec992bbbb69bd62224bf4a0dc3 (patch)
tree278298c656c75b1625e9408a15e81736c35c194e /odb/sqlite/view-result.txx
parent7d52205f2b2fc9403b9ea46483e8a17746c6be35 (diff)
Polymorphic inheritance support
Diffstat (limited to 'odb/sqlite/view-result.txx')
-rw-r--r--odb/sqlite/view-result.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/sqlite/view-result.txx b/odb/sqlite/view-result.txx
index 49d0e68..f2170c9 100644
--- a/odb/sqlite/view-result.txx
+++ b/odb/sqlite/view-result.txx
@@ -23,7 +23,7 @@ namespace odb
view_result_impl<T>::
view_result_impl (const query& q,
details::shared_ptr<select_statement> statement,
- view_statements<view_type>& statements)
+ statements_type& statements)
: base_type (statements.connection ().database ()),
result_impl_base (q, statement),
statements_ (statements)