X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b46b1d59d6f69ad80dcf5955375578a6504d100a..42046cf5e3cc2fc94502d5c3d8b9009ef4ea8f84:/src/palmos/evtloop.cpp diff --git a/src/palmos/evtloop.cpp b/src/palmos/evtloop.cpp index 84d17fef35..01bd21e982 100644 --- a/src/palmos/evtloop.cpp +++ b/src/palmos/evtloop.cpp @@ -135,3 +135,8 @@ bool wxGUIEventLoop::Dispatch() return false; } +void wxGUIEventLoop::WakeUp() +{ + return; +} +