fix(heap): Fix HeapAllocator class

This commit is contained in:
Daniel Hammer
2025-04-15 20:45:34 +02:00
parent 2e45efe855
commit 35cf3f7c80
5 changed files with 20 additions and 17 deletions
+1 -1
View File
@@ -39,6 +39,6 @@ namespace kcp {
cstringstream& operator<<(base nb);
const char* cstr();
const char* c_str();
};
};