corrected WXDLLIMPEXP_ declaration for wxEventBlocker: it's part of core, not base

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2007-02-05 18:19:32 +00:00
parent 549cc3a835
commit b483f5fed2

View File

@ -2583,7 +2583,7 @@ typedef void (wxEvtHandler::*wxEventFunction)(wxEvent&);
// wxEventBlocker: helper class to temporarily disable event handling for a window
// ----------------------------------------------------------------------------
class WXDLLIMPEXP_BASE wxEventBlocker : public wxEvtHandler
class WXDLLIMPEXP_CORE wxEventBlocker : public wxEvtHandler
{
public:
wxEventBlocker(wxWindow *win, wxEventType type = wxEVT_ANY);