From: Václav Slavík Date: Tue, 31 Jul 2001 22:34:52 +0000 (+0000) Subject: fixed friend class declaration (why the hell did somebody fix it only for his compiler?!) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c7e9e7584f4c53996a6be854f0830c9aa9885f14 fixed friend class declaration (why the hell did somebody fix it only for his compiler?!) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/univ/theme.h b/include/wx/univ/theme.h index a22293cfa1..f141b2645b 100644 --- a/include/wx/univ/theme.h +++ b/include/wx/univ/theme.h @@ -69,11 +69,7 @@ private: // the current theme static wxTheme *ms_theme; -#ifdef __MWERKS__ friend class wxThemeInfo; -#else - friend wxThemeInfo; -#endif }; // ----------------------------------------------------------------------------