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:
parent
8215f84b5c
commit
c7e9e7584f
@ -69,11 +69,7 @@ private:
|
||||
|
||||
// the current theme
|
||||
static wxTheme *ms_theme;
|
||||
#ifdef __MWERKS__
|
||||
friend class wxThemeInfo;
|
||||
#else
|
||||
friend wxThemeInfo;
|
||||
#endif
|
||||
};
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user