From: Stefan Csomor Date: Tue, 25 Oct 2011 11:51:36 +0000 (+0000) Subject: fixing iPhone build X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/29b7fe3072525b94da1912ba478220d1488ddeb1 fixing iPhone build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/osx/iphone/evtloop.mm b/src/osx/iphone/evtloop.mm index 3d7f2de38f..8986ef5fa3 100644 --- a/src/osx/iphone/evtloop.mm +++ b/src/osx/iphone/evtloop.mm @@ -112,6 +112,10 @@ CFRunLoopRef wxGUIEventLoop::CFGetCurrentRunLoop() const return wxCFEventLoop::CFGetCurrentRunLoop(); } +void wxGUIEventLoop::WakeUp() +{ + return wxCFEventLoop::WakeUp(); +} // TODO move into a evtloop_osx.cpp