aboutsummaryrefslogtreecommitdiff
path: root/odb/tr1/wrapper-traits.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/tr1/wrapper-traits.hxx')
-rw-r--r--odb/tr1/wrapper-traits.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/tr1/wrapper-traits.hxx b/odb/tr1/wrapper-traits.hxx
index f8a9f6c..72f08ba 100644
--- a/odb/tr1/wrapper-traits.hxx
+++ b/odb/tr1/wrapper-traits.hxx
@@ -29,7 +29,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;