X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/047ea2e26ab5fb33a8ac3d0414d83e3b3a0aa47c..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/html/winpars.h diff --git a/interface/wx/html/winpars.h b/interface/wx/html/winpars.h index 01ef3585bc..6e7d0158fa 100644 --- a/interface/wx/html/winpars.h +++ b/interface/wx/html/winpars.h @@ -2,7 +2,6 @@ // Name: html/winpars.h // Purpose: interface of wxHtmlTagsModule // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -52,15 +51,15 @@ class wxHtmlWinTagHandler : public wxHtmlTagHandler { public: /** - Assigns @a parser to this handler. Each @b instance of handler - is guaranteed to be called only from the one parser. + Constructor. */ - virtual void SetParser(wxHtmlWinParser* parser); + wxHtmlWinTagHandler(); /** - Returns the parser associated with this tag handler. + Assigns @a parser to this handler. Each @b instance of handler + is guaranteed to be called only from the one parser. */ - virtual wxHtmlWinParser* GetParser() const; + virtual void SetParser(wxHtmlWinParser* parser); protected: /**