]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/list.h
GTK2 RGBA has 32 bits.
[wxWidgets.git] / include / wx / list.h
index 47281cb1d5275ab6d17538a04050639b92cbb24a..a83cff416650e4c95b7b71930516dd9b6690a8a0 100644 (file)
@@ -136,7 +136,7 @@ private:
 #endif // defined( __VISUALC__ )
 
 // Visual C++ 2005 complains about the const
-#if defined(__VISUALC__) && __VISUALC__ >= 1400
+#if (defined(__VISUALC__) && __VISUALC__ >= 1400) || defined(__MWERKS__)
 #define _WX_DELETEFUNCTIONCONST
 #else
 #define _WX_DELETEFUNCTIONCONST const