]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/regex/wxregextest.cpp
minor icc warning fixes
[wxWidgets.git] / tests / regex / wxregextest.cpp
index 1d9c75acc8f385bd6c85f801d2e9b1460ac6fce9..38286da82cc4edabe2fb4b1269635cafd151aef8 100644 (file)
@@ -327,7 +327,7 @@ wxString wxRegExTestSuite::FlagStr(int flags)
     }
 
     return _T(" (") + str.Mid(3) + _T(")");
-};
+}
 
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION(wxRegExTestSuite);