aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/view-result.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/pgsql/view-result.hxx')
-rw-r--r--odb/pgsql/view-result.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/odb/pgsql/view-result.hxx b/odb/pgsql/view-result.hxx
index 629778b..115c128 100644
--- a/odb/pgsql/view-result.hxx
+++ b/odb/pgsql/view-result.hxx
@@ -28,12 +28,11 @@ namespace odb
public:
typedef odb::result_impl<T, class_view> base_type;
- typedef typename base_type::pointer_type pointer_type;
- typedef typename base_type::pointer_traits pointer_traits;
-
typedef typename base_type::view_type view_type;
typedef typename base_type::view_traits view_traits;
+ typedef typename base_type::pointer_type pointer_type;
+ typedef typename base_type::pointer_traits pointer_traits;
virtual
~result_impl ();