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)