Fixed ParameterList placement new conflicting with MLT
Former-commit-id: 97ca15d16e20e42427fceeea4f96a2e6b857dc83
This commit is contained in:
@@ -2,7 +2,4 @@
|
||||
// This file is part of the "Nazara Engine"
|
||||
// For conditions of distribution and use, see copyright notice in Config.hpp
|
||||
|
||||
#include <Nazara/Core/Debug/MemoryLeakTracker.hpp>
|
||||
|
||||
#define delete NzMemoryManager::NextFree(__FILE__, __LINE__), delete
|
||||
#define new new(__FILE__, __LINE__)
|
||||
#include <Nazara/Core/Debug/MemoryLeakTracker.hpp>
|
||||
Reference in New Issue
Block a user