]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed friend class declaration (why the hell did somebody fix it only for his compiler?!)
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 31 Jul 2001 22:34:52 +0000 (22:34 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 31 Jul 2001 22:34:52 +0000 (22:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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
 };
 
 // ----------------------------------------------------------------------------