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:
parent
c2ba305910
commit
29b7fe3072
@ -112,6 +112,10 @@ CFRunLoopRef wxGUIEventLoop::CFGetCurrentRunLoop() const
|
||||
return wxCFEventLoop::CFGetCurrentRunLoop();
|
||||
}
|
||||
|
||||
void wxGUIEventLoop::WakeUp()
|
||||
{
|
||||
return wxCFEventLoop::WakeUp();
|
||||
}
|
||||
|
||||
// TODO move into a evtloop_osx.cpp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user