removed extra semicolon

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2007-07-12 12:36:25 +00:00
parent de004174ff
commit 3ef595d5f8

View File

@ -144,7 +144,7 @@ wxConsoleEventLoop::wxConsoleEventLoop()
&m_wakeupPipe,
wxFDIO_INPUT
);
};
}
//-----------------------------------------------------------------------------
// events dispatch and loop handling