]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/evtloop.cpp
removed extraneous semicolons
[wxWidgets.git] / src / x11 / evtloop.cpp
index 5609a82ab11800a98c84ab57339c74ce6bf6f6db..f718baab539645511f283b6f71a42f721175c041 100644 (file)
@@ -26,7 +26,6 @@
     #include "wx/hash.h"
     #include "wx/app.h"
     #include "wx/window.h"
-    #include "wx/timer.h"
     #include "wx/module.h"
 #endif
 
@@ -34,6 +33,7 @@
 #include "wx/unix/private.h"
 #include "wx/x11/private.h"
 #include "X11/Xlib.h"
+#include "wx/generic/private/timer.h"
 
 #if wxUSE_THREADS
     #include "wx/thread.h"
@@ -165,7 +165,7 @@ int wxEventLoop::Run()
         while ( ! Pending() )
         {
 #if wxUSE_TIMER
-            wxTimer::NotifyTimers(); // TODO: is this the correct place for it?
+            wxGenericTimerImpl::NotifyTimers(); // TODO: is this the correct place for it?
 #endif
             if (!m_impl->SendIdleEvent())
             {