From c7e9e7584f4c53996a6be854f0830c9aa9885f14 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Tue, 31 Jul 2001 22:34:52 +0000 Subject: [PATCH] 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 --- include/wx/univ/theme.h | 4 ---- 1 file changed, 4 deletions(-) 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 }; // ---------------------------------------------------------------------------- -- 2.50.0