wxMutexGuiEnter();
#endif
- wxEventLoop * const loop = wxEventLoop::GetActive();
+ wxEventLoopBase * const loop = wxEventLoop::GetActive();
if ( loop )
loop->WakeUp();
wxLog::Suspend();
- wxEventLoop * const loop = wxEventLoop::GetActive();
+ wxEventLoop * const
+ loop = wx_static_cast(wxEventLoop *, wxEventLoop::GetActive());
if ( loop )
loop->Yield();