aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/smart-ptr/pointer-traits.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/qt/smart-ptr/pointer-traits.hxx')
-rw-r--r--odb/qt/smart-ptr/pointer-traits.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/qt/smart-ptr/pointer-traits.hxx b/odb/qt/smart-ptr/pointer-traits.hxx
index 7c26a4b..0936955 100644
--- a/odb/qt/smart-ptr/pointer-traits.hxx
+++ b/odb/qt/smart-ptr/pointer-traits.hxx
@@ -28,7 +28,7 @@ namespace odb
typedef T element_type;
typedef QSharedPointer<element_type> pointer_type;
typedef QSharedPointer<const element_type> const_pointer_type;
- typedef typename details::meta::remove_const<element_type>::result
+ typedef typename odb::details::meta::remove_const<element_type>::result
unrestricted_element_type;
typedef QSharedPointer<unrestricted_element_type>
unrestricted_pointer_type;