X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/75a438f9ac0303fec73b70d153c28b9a7269f121..047ea2e26ab5fb33a8ac3d0414d83e3b3a0aa47c:/interface/wx/html/htmlpars.h diff --git a/interface/wx/html/htmlpars.h b/interface/wx/html/htmlpars.h index 1fad764ba9..0bdd74f285 100644 --- a/interface/wx/html/htmlpars.h +++ b/interface/wx/html/htmlpars.h @@ -66,10 +66,16 @@ public: /** Assigns @a parser to this handler. Each @b instance of handler - is guaranteed to be called only from the parser. + is guaranteed to be called only from the one parser. */ virtual void SetParser(wxHtmlParser* parser); + /** + Returns the parser associated with this tag handler. + */ + virtual wxHtmlParser* GetParser() const; + + protected: /**