Change the refcount to a protected member variable.

This commit is contained in:
Jonathan Protzenko 2015-11-04 14:20:31 -08:00
parent 88b37e83bb
commit 74542e66eb
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
template <class T>
class ManagedType
{
private:
protected:
int *ref;