]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/event.h
Most of FM's wxDataViewCtrl patch.
[wxWidgets.git] / include / wx / event.h
index a575c3ab236332dab13895619671be1422d0db0a..b3ac4bf845e09cdf85e516d1f6c865a1ba80e47b 100644 (file)
@@ -2404,7 +2404,7 @@ public:
     virtual bool ProcessEvent(wxEvent& event);
 
     // add an event to be processed later
-    void AddPendingEvent(wxEvent& event);
+    virtual void AddPendingEvent(wxEvent& event);
 
     void ProcessPendingEvents();
 
@@ -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);