]> git.saurik.com Git - wxWidgets.git/commitdiff
VC++ compilation fix (hopefully)
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 10 Sep 2001 10:43:50 +0000 (10:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 10 Sep 2001 10:43:50 +0000 (10:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/univ/theme.h

index f141b2645bde1f5ae7d990e82f798680af82d134..0c571dd95b30cfec628f03f9e2a172dd81315a28 100644 (file)
@@ -69,7 +69,7 @@ private:
 
     // the current theme
     static wxTheme *ms_theme;
-    friend class wxThemeInfo;
+    friend struct WXDLLEXPORT wxThemeInfo;
 };
 
 // ----------------------------------------------------------------------------