X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/047ea2e26ab5fb33a8ac3d0414d83e3b3a0aa47c..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/html/htmlpars.h?ds=inline diff --git a/interface/wx/html/htmlpars.h b/interface/wx/html/htmlpars.h index 0bdd74f285..d5359ec8c1 100644 --- a/interface/wx/html/htmlpars.h +++ b/interface/wx/html/htmlpars.h @@ -2,7 +2,6 @@ // Name: html/htmlpars.h // Purpose: interface of wxHtmlTagHandler // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -72,8 +71,10 @@ public: /** Returns the parser associated with this tag handler. + + @since 2.9.5 */ - virtual wxHtmlParser* GetParser() const; + wxHtmlParser* GetParser() const; protected: