From: Vadim Zeitlin Date: Fri, 31 Jul 2009 13:38:21 +0000 (+0000) Subject: Export public wxDelegateTheme class. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c6d61e6047771a498d99eb3827ed7b5cad27db0b Export public wxDelegateTheme class. This class is supposed to be public but wasn't accessible in shared library build as it didn't have public visibility. Closes #11051. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61570 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/univ/theme.h b/include/wx/univ/theme.h index 95544b419b..4694f37960 100644 --- a/include/wx/univ/theme.h +++ b/include/wx/univ/theme.h @@ -83,7 +83,7 @@ private: // will be left to the original theme // ---------------------------------------------------------------------------- -class wxDelegateTheme : public wxTheme +class WXDLLIMPEXP_CORE wxDelegateTheme : public wxTheme { public: wxDelegateTheme(const wxString& theme);