Match EGG::Heap

This commit is contained in:
Aiden
2024-06-21 13:45:56 -04:00
parent 20ed99353a
commit 4d9e6d7fcc
3 changed files with 5 additions and 10 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ public:
return (int)mHeapHandle->end;
}
inline const char *getName() {
inline const char *getName() const {
return mName;
}