]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/memory.h
Catching up
[wxWidgets.git] / include / wx / memory.h
index e676282b7a072573981535c54386ffbb4dcac421..782559b5dd8603585a3e19eec78126350162e194 100644 (file)
@@ -115,8 +115,8 @@ inline void operator delete[] (void * buf)
 }
 #endif
 
-// VC++ 6.0
-#if defined(__VISUALC__) && (__VISUALC__ >= 1200)
+// VC++ 6.0 and MWERKS
+#if ( defined(__VISUALC__) && (__VISUALC__ >= 1200) ) || defined(__MWERKS__)
 inline void operator delete(void* pData, wxChar* /* fileName */, int /* lineNum */)
 {
   wxDebugFree(pData, FALSE);