]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/evtloop.cpp
menu fixes, also fixes #10479
[wxWidgets.git] / src / palmos / evtloop.cpp
index 01bd21e9820fd9cf62c8fd77d7304a7f43ca22ed..5835fb3df8e3f9f21ee216c6058b7f504361edae 100644 (file)
@@ -33,7 +33,6 @@
 
 #include "wx/tooltip.h"
 #include "wx/except.h"
-#include "wx/ptr_scpd.h"
 
 #if wxUSE_THREADS
     #include "wx/thread.h"
@@ -135,6 +134,11 @@ bool wxGUIEventLoop::Dispatch()
     return false;
 }
 
+int wxGUIEventLoop::DispatchTimeout(unsigned long timeout)
+{
+    return -1;
+}
+
 void wxGUIEventLoop::WakeUp()
 {
     return;