From: Václav Slavík Date: Thu, 12 Jul 2007 12:36:25 +0000 (+0000) Subject: removed extra semicolon X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3ef595d5f879ec3ed4ef511445487261304313e2 removed extra semicolon git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/unix/evtloopunix.cpp b/src/unix/evtloopunix.cpp index 89a541d5a9..897f39a5bc 100644 --- a/src/unix/evtloopunix.cpp +++ b/src/unix/evtloopunix.cpp @@ -144,7 +144,7 @@ wxConsoleEventLoop::wxConsoleEventLoop() &m_wakeupPipe, wxFDIO_INPUT ); -}; +} //----------------------------------------------------------------------------- // events dispatch and loop handling