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:
parent
aedc06e391
commit
a695613173
@ -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
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user