From 64b4ce5794bbdf85d4f3e5bbf5380962f7d3c5b5 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 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. */