]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/html/htmlpars.h
Removed wxPG_EX_LEGACY_VALIDATORS
[wxWidgets.git] / interface / wx / html / htmlpars.h
index 1131d385b3cf23ba1a3cd8225937d4d91ec4ea42..fb5ca68e2f911cff6d8aac0e9d8792f6083af783 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxHtmlTagHandler
-    @headerfile htmlpars.h wx/html/htmlpars.h
 
 
     @library{wxhtml}
@@ -65,7 +64,6 @@ public:
 
 /**
     @class wxHtmlParser
-    @headerfile htmlpars.h wx/html/htmlpars.h
 
     Classes derived from this handle the @b generic parsing of HTML documents: it
     scans
@@ -265,6 +263,6 @@ public:
         Parse() or any function called
         by it (i.e. from tag handlers).
     */
-    void StopParsing();
+    virtual void StopParsing();
 };