X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6fd5903a1b3892bf001f210771dd4c628bec08c6..e7c9692f16127b39de2723457cdb2d46e563b383:/src/common/event.cpp diff --git a/src/common/event.cpp b/src/common/event.cpp index 0c3b44ea09..49601ef677 100644 --- a/src/common/event.cpp +++ b/src/common/event.cpp @@ -390,7 +390,7 @@ long wxUpdateUIEvent::sm_updateInterval = 0; wxUpdateUIMode wxUpdateUIEvent::sm_updateMode = wxUPDATE_UI_PROCESS_ALL; // Can we update? -bool wxUpdateUIEvent::CanUpdate(wxWindow* win) +bool wxUpdateUIEvent::CanUpdate(wxWindowBase *win) { // Don't update if we've switched global updating off // and this window doesn't support updates. @@ -713,6 +713,9 @@ wxChildFocusEvent::wxChildFocusEvent(wxWindow *win) #endif // wxUSE_GUI + +#if wxUSE_BASE + // ---------------------------------------------------------------------------- // wxEventHashTable // ---------------------------------------------------------------------------- @@ -893,8 +896,6 @@ void wxEventHashTable::GrowEventTypeTable() // wxEvtHandler // ---------------------------------------------------------------------------- -#if wxUSE_BASE - /* * Event handler */