build fixes for wxUSE_THREADS==0

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2009-02-18 04:06:46 +00:00
parent 830b7aa7b2
commit 5079735ca0
2 changed files with 3 additions and 1 deletions

View File

@@ -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;