X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a715b99070705047b491dc65c1fad87c20441b1d..f0fbbe236452ae27a7577deafbbc44ace2c209e7:/src/common/event.cpp diff --git a/src/common/event.cpp b/src/common/event.cpp index c60c8dc265..590c3adf3e 100644 --- a/src/common/event.cpp +++ b/src/common/event.cpp @@ -1298,7 +1298,7 @@ bool wxEvtHandler::ProcessEvent(wxEvent& event) return true; // propagate the event upwards the window chain and/or to the application - // object if it wasn't processed at this level + // object if it wasn't processed at this level return TryParent(event); } @@ -1383,7 +1383,7 @@ bool wxEvtHandler::SearchEventTable(wxEventTable& table, wxEvent& event) } void wxEvtHandler::Connect( int id, int lastId, - int eventType, + wxEventType eventType, wxObjectEventFunction func, wxObject *userData, wxEvtHandler* eventSink )