From b5f597047cf17f7ff729898640cecd981be218cb Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Fri, 30 Apr 2010 16:53:33 +0000 Subject: [PATCH] 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 --- src/osx/iphone/evtloop.mm | 7 +++++++ 1 file changed, 7 insertions(+) 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) -- 2.45.2