mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-16 18:56:52 +02:00
template parameter shadowing fix
This commit is contained in:
@@ -385,7 +385,7 @@ private:
|
||||
RC* _pCounter;
|
||||
C* _ptr;
|
||||
|
||||
template <class Other, class RC> friend class SharedPtr;
|
||||
template <class OtherC, class OtherRC> friend class SharedPtr;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user