]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/theme.h
wxMac: wxUniversal integration steps
[wxWidgets.git] / include / wx / univ / theme.h
index c60cd4aa19d83f75fae05e9efedeb4e91ac65a27..a22293cfa1039569500f3f4499e4a1765c627f89 100644 (file)
@@ -69,8 +69,11 @@ private:
 
     // the current theme
     static wxTheme *ms_theme;
-
+#ifdef __MWERKS__
+    friend class wxThemeInfo;
+#else
     friend wxThemeInfo;
+#endif
 };
 
 // ----------------------------------------------------------------------------