X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/047ea2e26ab5fb33a8ac3d0414d83e3b3a0aa47c..9c34a216817028bc533e07873d047208a96b05a2:/include/wx/html/htmlpars.h diff --git a/include/wx/html/htmlpars.h b/include/wx/html/htmlpars.h index d34d1a1a89..defce67bb4 100644 --- a/include/wx/html/htmlpars.h +++ b/include/wx/html/htmlpars.h @@ -228,9 +228,9 @@ public: virtual void SetParser(wxHtmlParser *parser) { m_Parser = parser; } - virtual wxHtmlParser* GetParser() const - { return m_Parser; } - + // Get the parser associated with this tag handler. + wxHtmlParser* GetParser() const { return m_Parser; } + // Returns list of supported tags. The list is in uppercase and // tags are delimited by ','. // Example : "I,B,FONT,P"