summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAiden <86704247+vabold@users.noreply.github.com>2024-06-21 13:45:56 -0400
committerAiden <86704247+vabold@users.noreply.github.com>2024-06-21 13:52:01 -0400
commit4d9e6d7fcc8cfdb51f7e771a5b79e6f4e5e4c7de (patch)
tree83b93e9e0b4d5425dd20a8f26126bc5d627119cf /include
parent20ed99353a8ae7a6277dc4fc6eb1c55a0bf7e642 (diff)
Match EGG::Heap
Diffstat (limited to 'include')
-rw-r--r--include/egg/core/eggHeap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/egg/core/eggHeap.h b/include/egg/core/eggHeap.h
index 84fc1dbe..548db726 100644
--- a/include/egg/core/eggHeap.h
+++ b/include/egg/core/eggHeap.h
@@ -141,7 +141,7 @@ public:
return (int)mHeapHandle->end;
}
- inline const char *getName() {
+ inline const char *getName() const {
return mName;
}