aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/smart-ptr
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-03 14:01:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-03 14:01:41 +0200
commit2a429f33bbeffa388fd6c266e1c88a9f188256c5 (patch)
treecd21873caa3a55b6811a010ccdd7158bdc802b0e /odb/qt/smart-ptr
parentd01ec34c62ebae294de49aea92bb0496188e28bb (diff)
Qualify details namespace with odb to help buggy VC++1.7.0.a1
Diffstat (limited to 'odb/qt/smart-ptr')
-rw-r--r--odb/qt/smart-ptr/wrapper-traits.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/qt/smart-ptr/wrapper-traits.hxx b/odb/qt/smart-ptr/wrapper-traits.hxx
index 6faf34b..35e7d16 100644
--- a/odb/qt/smart-ptr/wrapper-traits.hxx
+++ b/odb/qt/smart-ptr/wrapper-traits.hxx
@@ -26,7 +26,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;