diff --git a/storm/Memory.cpp b/storm/Memory.cpp index aa623c6..59dcea0 100644 --- a/storm/Memory.cpp +++ b/storm/Memory.cpp @@ -61,6 +61,6 @@ void* SMemReAlloc(void* ptr, size_t bytes, const char* filename, int32_t linenum // TODO handle errors } - return NULL; + return nullptr; } }