JASHeapCtrl

This commit is contained in:
Jcw87
2023-10-19 05:32:02 -07:00
parent bf77eba324
commit 804c8ea82d
3 changed files with 258 additions and 32 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ public:
return *this;
}
T& operator*() { return *this->getObject(); }
T* operator*() { return this->getObject(); }
T* operator->() { return this->getObject(); }