Fixed build error introduced by c3f2711b09
This commit is contained in:
parent
c3f2711b09
commit
5260e3a35e
@ -112,8 +112,6 @@ class ref_ptr
|
||||
return _ptr;
|
||||
}
|
||||
|
||||
T& operator*() const { return *_ptr; }
|
||||
T* operator->() const { return _ptr; }
|
||||
T* get() const { return _ptr; }
|
||||
|
||||
bool operator!() const { return _ptr==0; } // not required
|
||||
|
Loading…
Reference in New Issue
Block a user