From ca72e8dd21e6bf060e6a4c2cf4e775533930780a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 22 Sep 2011 08:37:14 +0200 Subject: Workaround for VC9 --- odb/qt/smart-ptr/pointer-traits.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 pointer_type; typedef QSharedPointer const_pointer_type; - typedef typename details::meta::remove_const::result + typedef typename odb::details::meta::remove_const::result unrestricted_element_type; typedef QSharedPointer unrestricted_pointer_type; -- cgit v1.1