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.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deimos/core/allocator.cpp') diff --git a/deimos/core/allocator.cpp b/deimos/core/allocator.cpp index 642afb8..1478d36 100644 --- a/deimos/core/allocator.cpp +++ b/deimos/core/allocator.cpp @@ -44,7 +44,7 @@ public: system = &m_system; } - Allocator* CreateChild(Allocator* parent, const char* /* description */) override + Allocator* CreateChild(Allocator* parent, gsl::czstring /* description */) override { return parent; } -- cgit