Change the refcount to a protected member variable.

master v1.3.4
Jonathan Protzenko 8 years ago
parent 88b37e83bb
commit 74542e66eb

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

Loading…
Cancel
Save