Delete RefCountedObject
's copy constructor
This commit is contained in:
parent
e6227b3361
commit
6517338dab
@ -68,6 +68,8 @@ namespace spades {
|
||||
|
||||
public:
|
||||
RefCountedObject();
|
||||
RefCountedObject(const RefCountedObject &) = delete;
|
||||
void operator=(const RefCountedObject &) = delete;
|
||||
|
||||
void AddRef();
|
||||
void Release();
|
||||
|
Loading…
x
Reference in New Issue
Block a user