Fix compilation of wxOSX event loop without wxUSE_EVENTLOOP_SOURCE.

Closes #14502.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2012-07-23 15:03:25 +00:00
parent aedc06e391
commit a695613173

View File

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