X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..704ceca8d2cd8da51a5cc22f8c51fd61c762dbf5:/interface/wx/html/htmlpars.h?ds=sidebyside diff --git a/interface/wx/html/htmlpars.h b/interface/wx/html/htmlpars.h index 1131d385b3..fb5ca68e2f 100644 --- a/interface/wx/html/htmlpars.h +++ b/interface/wx/html/htmlpars.h @@ -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(); };