diff options
Diffstat (limited to 'deimos/core/allocator.h')
-rw-r--r-- | deimos/core/allocator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deimos/core/allocator.h b/deimos/core/allocator.h index 911f8e7..967bbb1 100644 --- a/deimos/core/allocator.h +++ b/deimos/core/allocator.h @@ -138,7 +138,7 @@ public: Allocator* system{};
- virtual Allocator* CreateChild(Allocator* parent, const char* description) = 0;
+ virtual Allocator* CreateChild(Allocator* parent, gsl::czstring description) = 0;
virtual void DestroyChild(Allocator*) = 0;
};
|