X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/26f7724c4b03d6d75f8aa80d6cd2b5099ac32ea1..ce7c8a9751e918a0eabd132c417a6ea5b019ba70:/include/wx/window.h diff --git a/include/wx/window.h b/include/wx/window.h index 06d52fc835..214833cd5d 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -832,7 +832,9 @@ protected: // The same holds for all other wxEvtHandler functions. using wxEvtHandler::ProcessEvent; +#if wxUSE_THREADS using wxEvtHandler::ProcessThreadEvent; +#endif using wxEvtHandler::SafelyProcessEvent; using wxEvtHandler::ProcessPendingEvents; using wxEvtHandler::AddPendingEvent; @@ -1703,7 +1705,7 @@ private: DECLARE_ABSTRACT_CLASS(wxWindowBase) - DECLARE_NO_COPY_CLASS(wxWindowBase) + wxDECLARE_NO_COPY_CLASS(wxWindowBase); DECLARE_EVENT_TABLE() };