fixing iPhone build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2011-10-25 11:51:36 +00:00
parent c2ba305910
commit 29b7fe3072

View File

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