aboutsummaryrefslogtreecommitdiff
path: root/odb/wrapper-traits.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/wrapper-traits.hxx')
-rw-r--r--odb/wrapper-traits.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/wrapper-traits.hxx b/odb/wrapper-traits.hxx
index f0686e7..60ebce6 100644
--- a/odb/wrapper-traits.hxx
+++ b/odb/wrapper-traits.hxx
@@ -89,7 +89,7 @@ namespace odb
// T can be const.
//
typedef
- typename details::meta::remove_const<T>::result
+ typename odb::details::meta::remove_const<T>::result
unrestricted_wrapped_type;
static const bool null_handler = true;
@@ -137,7 +137,7 @@ namespace odb
// T can be const.
//
typedef
- typename details::meta::remove_const<T>::result
+ typename odb::details::meta::remove_const<T>::result
unrestricted_wrapped_type;
static const bool null_handler = true;