X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9af42efda6c78093872a67180d43d5eeba261fee..3225a4b8b8656f25dac6cb20684a3c2c273cf796:/src/palmos/evtloop.cpp?ds=sidebyside diff --git a/src/palmos/evtloop.cpp b/src/palmos/evtloop.cpp index 5dc164d157..6b15d3d2cd 100644 --- a/src/palmos/evtloop.cpp +++ b/src/palmos/evtloop.cpp @@ -6,7 +6,7 @@ // Created: 10.14.04 // RCS-ID: $Id$ // Copyright: (c) William Osborne -// License: wxWindows licence +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -33,7 +33,6 @@ #include "wx/tooltip.h" #include "wx/except.h" -#include "wx/ptr_scpd.h" #if wxUSE_THREADS #include "wx/thread.h" @@ -145,3 +144,8 @@ void wxGUIEventLoop::WakeUp() return; } +bool wxGUIEventLoop::YieldFor(long eventsToProcess) +{ + return true; +} +