summaryrefslogtreecommitdiff
path: root/deimos/core/allocator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deimos/core/allocator.cpp')
-rw-r--r--deimos/core/allocator.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}