git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44366
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// wxEventBlocker: helper class to temporarily disable event handling for a window
// ----------------------------------------------------------------------------
// 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);
{
public:
wxEventBlocker(wxWindow *win, wxEventType type = wxEVT_ANY);