fixing iPhone build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2013-06-19 20:30:54 +00:00
parent 1829d71c40
commit ea07540202

View File

@@ -302,6 +302,7 @@ bool wxCFEventLoop::Pending() const
int wxCFEventLoop::DoProcessEvents()
{
#if wxUSE_UIACTIONSIMULATOR
if ( m_shouldWaitForEvent )
{
int handled = DispatchTimeout( 1000 );
@@ -310,6 +311,7 @@ int wxCFEventLoop::DoProcessEvents()
return handled;
}
else
#endif
return DispatchTimeout( 0 );
}