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:
@@ -2583,7 +2583,7 @@ typedef void (wxEvtHandler::*wxEventFunction)(wxEvent&);
|
|||||||
// 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:
|
public:
|
||||||
wxEventBlocker(wxWindow *win, wxEventType type = wxEVT_ANY);
|
wxEventBlocker(wxWindow *win, wxEventType type = wxEVT_ANY);
|
||||||
|
Reference in New Issue
Block a user