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