use WXDLLIMPEXP_CORE, not WXDLLIMPEXP_BASE for wxThreadEvent

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi 2009-02-04 19:25:09 +00:00
parent 43c8c1f310
commit 1e247d6992

View File

@ -1070,7 +1070,7 @@ private:
// Thread event
class WXDLLIMPEXP_BASE wxThreadEvent : public wxCommandEvent
class WXDLLIMPEXP_CORE wxThreadEvent : public wxCommandEvent
{
public:
wxThreadEvent(int id = wxID_ANY)