X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b46b1d59d6f69ad80dcf5955375578a6504d100a..451a00f7d745ea4fec6c3aa1f838c591c1e31a0f:/src/palmos/evtloop.cpp?ds=sidebyside 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; +} +