X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/664e13143ee51a6b1aa1c30d1401ac04b11bdcca..85284ca4b226d9a1ab6bed26c5eaa480543649d5:/src/palmos/evtloop.cpp diff --git a/src/palmos/evtloop.cpp b/src/palmos/evtloop.cpp index 5835fb3df8..d9d22bd881 100644 --- a/src/palmos/evtloop.cpp +++ b/src/palmos/evtloop.cpp @@ -144,3 +144,8 @@ void wxGUIEventLoop::WakeUp() return; } +bool wxGUIEventLoop::YieldFor(long eventsToProcess) +{ + return true; +} +