X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2fc40b4786f7ae8c255ce1184441bd94d9554a0..8946ede10c2702c7acbb194fe8bd2793d7fb8358:/src/palmos/evtloop.cpp diff --git a/src/palmos/evtloop.cpp b/src/palmos/evtloop.cpp index 01bd21e982..5dc164d157 100644 --- a/src/palmos/evtloop.cpp +++ b/src/palmos/evtloop.cpp @@ -135,6 +135,11 @@ bool wxGUIEventLoop::Dispatch() return false; } +int wxGUIEventLoop::DispatchTimeout(unsigned long timeout) +{ + return -1; +} + void wxGUIEventLoop::WakeUp() { return;