mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 05:40:36 -04:00
JASHeapCtrl
This commit is contained in:
@@ -212,7 +212,7 @@ public:
|
||||
return *this;
|
||||
}
|
||||
|
||||
T& operator*() { return *this->getObject(); }
|
||||
T* operator*() { return this->getObject(); }
|
||||
|
||||
T* operator->() { return this->getObject(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user