]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/evtloop.cpp
remove miniframe stuff from GtkOnSize(), it's handled by wxFrame
[wxWidgets.git] / src / dfb / evtloop.cpp
index c4c6c3bdeba40cef0c892f7a538bcfcafae71bfa..16a348110b1dfea229ebeaecc650f805c5240c1b 100644 (file)
@@ -26,7 +26,7 @@
 #endif
 
 #include "wx/thread.h"
-#include "wx/timer.h"
+#include "wx/generic/private/timer.h"
 #include "wx/private/selectdispatcher.h"
 #include "wx/dfb/private.h"
 #include "wx/nonownedwnd.h"
@@ -136,7 +136,7 @@ void wxEventLoop::WakeUp()
 void wxEventLoop::OnNextIteration()
 {
 #if wxUSE_TIMER
-    wxTimer::NotifyTimers();
+    wxGenericTimerImpl::NotifyTimers();
 #endif
 
 #if wxUSE_SOCKETS