From 4ee2ceaef0c772c6f156d230a70a8213f5f8a9e2 Mon Sep 17 00:00:00 2001 From: Lynix Date: Fri, 21 Feb 2014 11:43:54 +0100 Subject: [PATCH] Fixed debug compilation Former-commit-id: d2e8883f65ebc6a3025676d69211e54b6e115333 --- src/Nazara/Core/Debug/MemoryLeakTracker.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Nazara/Core/Debug/MemoryLeakTracker.cpp b/src/Nazara/Core/Debug/MemoryLeakTracker.cpp index befe08f7b..2f1dec0ab 100644 --- a/src/Nazara/Core/Debug/MemoryLeakTracker.cpp +++ b/src/Nazara/Core/Debug/MemoryLeakTracker.cpp @@ -2,6 +2,8 @@ // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp +#define NAZARA_DEBUG_MEMORYLEAKTRACKER_DISABLE_REDEFINITION + #include #include #include