no changes, just removed an unnecessary semicolon at top level

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-07-19 15:36:39 +00:00
parent 66ad7d6a0a
commit 9f10e7c758

View File

@@ -84,7 +84,7 @@ bool TestApp::OnInit()
#endif // wxUSE_GUI
return true;
};
}
// The table of command line options
//