From 3ad252c96ad1e5a27f2f2222c172ec00b555ce7d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 10 Sep 2001 10:43:50 +0000 Subject: [PATCH] VC++ compilation fix (hopefully) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/univ/theme.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; // ---------------------------------------------------------------------------- -- 2.50.0