]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected WXDLLIMPEXP_ declaration for wxEventBlocker: it's part of core, not base
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Feb 2007 18:19:32 +0000 (18:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Feb 2007 18:19:32 +0000 (18:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/event.h

index a575c3ab236332dab13895619671be1422d0db0a..f7e28edb762200c3f533030b975910da60722a75 100644 (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);