#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"
void wxEventLoop::OnNextIteration()
{
#if wxUSE_TIMER
- wxTimer::NotifyTimers();
+ wxGenericTimerImpl::NotifyTimers();
#endif
#if wxUSE_SOCKETS