]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/object.h
Added variant.h/cpp; changed variable names in object.h; added some
[wxWidgets.git] / include / wx / object.h
index 83b86a7d086b4228b9764ed81a670b5d99926461..de08899955124c201ca58ec216e3267bda0878fc 100644 (file)
@@ -17,6 +17,7 @@
 #endif
 
 #include "wx/defs.h"
+#include "wx/memory.h"
 
 class WXDLLEXPORT wxObject;
 
@@ -232,10 +233,10 @@ private:
 };
 
 #if WXDEBUG && USE_GLOBAL_MEMORY_OPERATORS
-#ifndef WXDEBUG_NEW
-#define WXDEBUG_NEW new(__FILE__,__LINE__)
-#endif
-#define new WXDEBUG_NEW
+//#ifndef WXDEBUG_NEW
+//#define WXDEBUG_NEW new(__FILE__,__LINE__)
+//#endif
+#define new new(__FILE__,__LINE__)
 #endif
 
 #endif