]> git.saurik.com Git - wxWidgets.git/commitdiff
Export public wxDelegateTheme class.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 31 Jul 2009 13:38:21 +0000 (13:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 31 Jul 2009 13:38:21 +0000 (13:38 +0000)
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

include/wx/univ/theme.h

index 95544b419b1dd7e79ec0981f7b21bca28d1f5205..4694f37960db5d47287eb903233d9d8a40b34109 100644 (file)
@@ -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);