From b70ed765ff6cf51aff20714e3ec4415b06898059 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Thu, 28 Mar 2024 00:02:43 +0100 Subject: Random work --- deimos/core/allocator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deimos/core/allocator.h') 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; }; -- cgit