aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/view-result.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/view-result.hxx')
-rw-r--r--odb/mysql/view-result.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/odb/mysql/view-result.hxx b/odb/mysql/view-result.hxx
index 23f0541..8acb97d 100644
--- a/odb/mysql/view-result.hxx
+++ b/odb/mysql/view-result.hxx
@@ -27,12 +27,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 ();