diff --git a/interface/wx/html/htmlwin.h b/interface/wx/html/htmlwin.h index 498cecbd6b..d6b03dd7d4 100644 --- a/interface/wx/html/htmlwin.h +++ b/interface/wx/html/htmlwin.h @@ -221,6 +221,11 @@ public: */ wxString GetOpenedPageTitle() const; + /** + Returns a pointer to the current parser. + */ + wxHtmlWinParser *GetParser() const; + /** Returns the related frame. */