aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/core/memalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDLL/core/memalloc.h')
-rw-r--r--NorthstarDLL/core/memalloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/core/memalloc.h b/NorthstarDLL/core/memalloc.h
index 97f60012..2f383335 100644
--- a/NorthstarDLL/core/memalloc.h
+++ b/NorthstarDLL/core/memalloc.h
@@ -17,7 +17,7 @@ void operator delete(void* p) noexcept;
class SourceAllocator
{
- public:
+public:
static const bool kNeedFree = true;
void* Malloc(size_t size)
{