X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4c4cbded1ff919906fb783368c020531794316ea..ab67e8874db324fab5223cc8d5dff8a8de3e2b77:/src/osx/core/evtloop_cf.cpp diff --git a/src/osx/core/evtloop_cf.cpp b/src/osx/core/evtloop_cf.cpp index 0c98ae3fea..20f01f8fd6 100644 --- a/src/osx/core/evtloop_cf.cpp +++ b/src/osx/core/evtloop_cf.cpp @@ -25,8 +25,6 @@ #include "wx/evtloop.h" -#if wxUSE_EVENTLOOP_SOURCE - #ifndef WX_PRECOMP #include "wx/log.h" #include "wx/app.h" @@ -48,6 +46,8 @@ // wxCFEventLoopSource and wxCFEventLoop implementation // ============================================================================ +#if wxUSE_EVENTLOOP_SOURCE + namespace { @@ -441,14 +441,14 @@ void wxCFEventLoop::Exit(int rc) DoStop(); } -wxCFEventLoopPauseObservers::wxCFEventLoopPauseObservers() +wxCFEventLoopPauseIdleEvents::wxCFEventLoopPauseIdleEvents() { wxCFEventLoop* cfl = dynamic_cast(wxEventLoopBase::GetActive()); if ( cfl ) cfl->SetProcessIdleEvents(false); } -wxCFEventLoopPauseObservers::~wxCFEventLoopPauseObservers() +wxCFEventLoopPauseIdleEvents::~wxCFEventLoopPauseIdleEvents() { wxCFEventLoop* cfl = dynamic_cast(wxEventLoopBase::GetActive()); if ( cfl )