]> git.saurik.com Git - wxWidgets.git/commitdiff
fixing iPhone build
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 25 Oct 2011 11:51:36 +0000 (11:51 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 25 Oct 2011 11:51:36 +0000 (11:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/iphone/evtloop.mm

index 3d7f2de38fa772249e97a97025ad80114cabfa3e..8986ef5fa336aae27245640fed83702eadcb55c1 100644 (file)
@@ -112,6 +112,10 @@ CFRunLoopRef wxGUIEventLoop::CFGetCurrentRunLoop() const
     return wxCFEventLoop::CFGetCurrentRunLoop();
 }
 
     return wxCFEventLoop::CFGetCurrentRunLoop();
 }
 
+void wxGUIEventLoop::WakeUp()
+{
+    return wxCFEventLoop::WakeUp();
+}
 
 // TODO move into a evtloop_osx.cpp
 
 
 // TODO move into a evtloop_osx.cpp