]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/evtloopunix.cpp
make it possible to build in ANSI build on Windows again
[wxWidgets.git] / src / unix / evtloopunix.cpp
index d9e4100457525d1d272edd16cfd89b0aaa1d7909..897f39a5bc1e3844b70b0a8a61257b1ede20d862 100644 (file)
@@ -29,7 +29,7 @@
 #include <errno.h>
 #include "wx/thread.h"
 #include "wx/module.h"
-#include "wx/generic/private/timer.h"
+#include "wx/unix/private/timer.h"
 #include "wx/unix/private/epolldispatcher.h"
 #include "wx/private/selectdispatcher.h"
 
@@ -144,7 +144,7 @@ wxConsoleEventLoop::wxConsoleEventLoop()
                     &m_wakeupPipe,
                     wxFDIO_INPUT
                   );
-};
+}
 
 //-----------------------------------------------------------------------------
 // events dispatch and loop handling