diff --git a/include/wx/event.h b/include/wx/event.h index a575c3ab23..f7e28edb76 100644 --- a/include/wx/event.h +++ b/include/wx/event.h @@ -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);