]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/theme.h
made some wxHtmlEntitiesParser's methods public -- turned out they are useful
[wxWidgets.git] / include / wx / univ / theme.h
index a22293cfa1039569500f3f4499e4a1765c627f89..f141b2645bde1f5ae7d990e82f798680af82d134 100644 (file)
@@ -69,11 +69,7 @@ private:
 
     // the current theme
     static wxTheme *ms_theme;
-#ifdef __MWERKS__
     friend class wxThemeInfo;
-#else
-    friend wxThemeInfo;
-#endif
 };
 
 // ----------------------------------------------------------------------------