]> git.saurik.com Git - wxWidgets.git/commitdiff
removed extra semicolon
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 12 Jul 2007 12:36:25 +0000 (12:36 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 12 Jul 2007 12:36:25 +0000 (12:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/evtloopunix.cpp

index 89a541d5a9b79f4ec2460253e3ae2101d2759b6e..897f39a5bc1e3844b70b0a8a61257b1ede20d862 100644 (file)
@@ -144,7 +144,7 @@ wxConsoleEventLoop::wxConsoleEventLoop()
                     &m_wakeupPipe,
                     wxFDIO_INPUT
                   );
-};
+}
 
 //-----------------------------------------------------------------------------
 // events dispatch and loop handling