mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
template parameter shadowing fix
This commit is contained in:
parent
6e7fdfa9fb
commit
9661e08347
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user