remove extra semicolons

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2009-02-19 07:35:55 +00:00
parent 8a614483c3
commit 69cc4323fd
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ class wxFDIODispatcher;
namespace wxPrivate
{
class PipeIOHandler;
};
}
class WXDLLIMPEXP_BASE wxConsoleEventLoop : public wxEventLoopManual
{