From: Vadim Zeitlin Date: Mon, 10 Sep 2001 10:43:50 +0000 (+0000) Subject: VC++ compilation fix (hopefully) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3ad252c96ad1e5a27f2f2222c172ec00b555ce7d VC++ compilation fix (hopefully) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/univ/theme.h b/include/wx/univ/theme.h index f141b2645b..0c571dd95b 100644 --- a/include/wx/univ/theme.h +++ b/include/wx/univ/theme.h @@ -69,7 +69,7 @@ private: // the current theme static wxTheme *ms_theme; - friend class wxThemeInfo; + friend struct WXDLLEXPORT wxThemeInfo; }; // ----------------------------------------------------------------------------