]> git.saurik.com Git - wxWidgets.git/commitdiff
no changes, just removed an unnecessary semicolon at top level
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 Jul 2008 15:36:39 +0000 (15:36 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 Jul 2008 15:36:39 +0000 (15:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/test.cpp

index 406e6dcd391db61686231c44c81cf285319b483a..af8353ceb225f13ac317ba0b1efebc1e462d21b8 100644 (file)
@@ -84,7 +84,7 @@ bool TestApp::OnInit()
 #endif // wxUSE_GUI
 
     return true;
-};
+}
 
 // The table of command line options
 //