]> git.saurik.com Git - wxWidgets.git/commitdiff
adjusting to API change of cocoa and carbon
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 30 Apr 2010 16:53:33 +0000 (16:53 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 30 Apr 2010 16:53:33 +0000 (16:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/iphone/evtloop.mm

index 0477771765bc9a1e467c33f15176e5579ec6d23e..2a78c6817850f45f26ca82a9ae39795d21e4f1f4 100644 (file)
@@ -106,6 +106,13 @@ void wxGUIEventLoop::DoStop()
 {
     return wxCFEventLoop::DoStop();
 }
 {
     return wxCFEventLoop::DoStop();
 }
+
+CFRunLoopRef wxGUIEventLoop::CFGetCurrentRunLoop() const
+{
+    return wxCFEventLoop::CFGetCurrentRunLoop();
+}
+
+
 // TODO move into a evtloop_osx.cpp
 
 wxModalEventLoop::wxModalEventLoop(wxWindow *modalWindow)
 // TODO move into a evtloop_osx.cpp
 
 wxModalEventLoop::wxModalEventLoop(wxWindow *modalWindow)