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
This commit is contained in:
Václav Slavík 2001-07-31 22:34:52 +00:00
parent 8215f84b5c
commit c7e9e7584f

View File

@ -69,11 +69,7 @@ private:
// the current theme
static wxTheme *ms_theme;
#ifdef __MWERKS__
friend class wxThemeInfo;
#else
friend wxThemeInfo;
#endif
};
// ----------------------------------------------------------------------------