summaryrefslogtreecommitdiffstats
path: root/source/Concept/Framework/tools.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Concept/Framework/tools.cpp')
-rw-r--r--source/Concept/Framework/tools.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Concept/Framework/tools.cpp b/source/Concept/Framework/tools.cpp
index 625ef20..6fd107c 100644
--- a/source/Concept/Framework/tools.cpp
+++ b/source/Concept/Framework/tools.cpp
@@ -1,6 +1,6 @@
#include "tools.h"
-#ifndef __cplusplus
+#ifndef new
//-----------------------------------------------------------------------------
void* operator new(size_t sz)
@@ -14,4 +14,4 @@ void operator delete(void* p)
free(p);
}
-#endif \ No newline at end of file
+#endif