mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
Merge pull request #1620 from RobertAcksel/develop
change access from private to protected for shared ptr members
This commit is contained in:
commit
f12dc91e97
@ -378,7 +378,7 @@ public:
|
||||
return _pCounter->referenceCount();
|
||||
}
|
||||
|
||||
private:
|
||||
protected:
|
||||
C* deref() const
|
||||
{
|
||||
if (!_ptr)
|
||||
@ -408,7 +408,7 @@ private:
|
||||
_pCounter->duplicate();
|
||||
}
|
||||
|
||||
private:
|
||||
protected:
|
||||
RC* _pCounter;
|
||||
C* _ptr;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user