Change the refcount to a protected member variable.
This commit is contained in:
parent
88b37e83bb
commit
74542e66eb
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
template <class T>
|
||||
class ManagedType
|
||||
{
|
||||
private:
|
||||
protected:
|
||||
|
||||
int *ref;
|
||||
|
||||
|
|
Loading…
Reference in a new issue