From: Stefan Csomor Date: Fri, 30 Apr 2010 16:53:33 +0000 (+0000) Subject: adjusting to API change of cocoa and carbon X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b5f597047cf17f7ff729898640cecd981be218cb adjusting to API change of cocoa and carbon git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/osx/iphone/evtloop.mm b/src/osx/iphone/evtloop.mm index 0477771765..2a78c68178 100644 --- a/src/osx/iphone/evtloop.mm +++ b/src/osx/iphone/evtloop.mm @@ -106,6 +106,13 @@ void wxGUIEventLoop::DoStop() { return wxCFEventLoop::DoStop(); } + +CFRunLoopRef wxGUIEventLoop::CFGetCurrentRunLoop() const +{ + return wxCFEventLoop::CFGetCurrentRunLoop(); +} + + // TODO move into a evtloop_osx.cpp wxModalEventLoop::wxModalEventLoop(wxWindow *modalWindow)