MultiTech / cpputest
Revision:
1:4769360130ed
Parent:
0:0b799af9d58e
--- a/include/CppUTest/MemoryLeakWarningPlugin.h	Tue Jan 28 09:27:41 2014 +0000
+++ b/include/CppUTest/MemoryLeakWarningPlugin.h	Tue Jun 17 15:52:54 2014 +0100
@@ -66,6 +66,7 @@
 
 	static void turnOffNewDeleteOverloads();
 	static void turnOnNewDeleteOverloads();
+	static bool areNewDeleteOverloaded();
 private:
 	MemoryLeakDetector* memLeakDetector_;
 	bool ignoreAllWarnings_;