X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0c133e13b36a923c65f94499554e432bc3a0daa..b04237742c51e022af8ca8fe8933437734f392a3:/include/wx/window.h diff --git a/include/wx/window.h b/include/wx/window.h index cc879cfd98..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;