From fe4dc49c8f4f201f7286027adb2ba21ffebc14cc Mon Sep 17 00:00:00 2001 From: Janne Anttila Date: Mon, 28 Sep 2009 13:29:43 +0300 Subject: Fixed qsharedpointer auto test build break for Symbian OS. RVCT has problems with scoping, the similar workaround has been used in qhash.h also. Reviewed-by: Janne Koskinen --- src/corelib/tools/qsharedpointer_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/tools/qsharedpointer_impl.h b/src/corelib/tools/qsharedpointer_impl.h index 4f05eda..2acbf17 100644 --- a/src/corelib/tools/qsharedpointer_impl.h +++ b/src/corelib/tools/qsharedpointer_impl.h @@ -478,7 +478,7 @@ public: { BaseClass::internalSet(other.d, other.value); return *this; } inline void swap(QSharedPointer &other) - { internalSwap(other); } + { QSharedPointer::internalSwap(other); } template QSharedPointer staticCast() const -- cgit v0.12