git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58390
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// or HandleWindowEvent().
// The same holds for all other wxEvtHandler functions.
// or HandleWindowEvent().
// The same holds for all other wxEvtHandler functions.
- wxEvtHandler::ProcessEvent;
- wxEvtHandler::ProcessThreadEvent;
- wxEvtHandler::SafelyProcessEvent;
- wxEvtHandler::ProcessPendingEvents;
- wxEvtHandler::AddPendingEvent;
- wxEvtHandler::QueueEvent;
+ using wxEvtHandler::ProcessEvent;
+ using wxEvtHandler::ProcessThreadEvent;
+ using wxEvtHandler::SafelyProcessEvent;
+ using wxEvtHandler::ProcessPendingEvents;
+ using wxEvtHandler::AddPendingEvent;
+ using wxEvtHandler::QueueEvent;