VC++ compilation fix (hopefully)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-09-10 10:43:50 +00:00
parent 610c6dedc1
commit 3ad252c96a

View File

@@ -69,7 +69,7 @@ private:
// the current theme
static wxTheme *ms_theme;
friend class wxThemeInfo;
friend struct WXDLLEXPORT wxThemeInfo;
};
// ----------------------------------------------------------------------------