]> 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 89a541d5a9b79f4ec2460253e3ae2101d2759b6e..897f39a5bc1e3844b70b0a8a61257b1ede20d862 100644 (file)
@@ -144,7 +144,7 @@ wxConsoleEventLoop::wxConsoleEventLoop()
                     &m_wakeupPipe,
                     wxFDIO_INPUT
                   );
-};
+}
 
 //-----------------------------------------------------------------------------
 // events dispatch and loop handling