From 824f9551eeb075544814292a3dc6596c28e906a1 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 13 Jul 2016 10:21:15 -0700 Subject: [PATCH] Add missing GetParser method --- interface/wx/html/htmlwin.h | 5 +++++ 1 file changed, 5 insertions(+) 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. */