template parameter shadowing fix

This commit is contained in:
Aleksandar Fabijanic
2008-05-10 23:58:51 +00:00
parent 6e7fdfa9fb
commit 9661e08347

View File

@@ -385,7 +385,7 @@ private:
RC* _pCounter; RC* _pCounter;
C* _ptr; C* _ptr;
template <class Other, class RC> friend class SharedPtr; template <class OtherC, class OtherRC> friend class SharedPtr;
}; };