]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/html/htmlparser.cpp
Add virtual ~wxAnyScrollHelperBase() to fix compiler warning.
[wxWidgets.git] / tests / html / htmlparser.cpp
index 14a184243fe5264cd0c46563ba2f60e2ea73d9a9..57687ffe407f619e0fdb88d8f68915e955a81f0f 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxHtmlParser tests
 // Author:      Vadim Zeitlin
 // Created:     2011-01-13
-// RCS-ID:      $Id$
 // Copyright:   (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org>
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -46,7 +45,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION( HtmlParserTestCase );
 
-// also include in it's own registry so that these tests can be run alone
+// also include in its own registry so that these tests can be run alone
 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( HtmlParserTestCase, "HtmlParserTestCase" );
 
 // ----------------------------------------------------------------------------