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