Add missing GetParser method

This commit is contained in:
Robin Dunn
2016-07-13 10:21:15 -07:00
parent db34678e53
commit 824f9551ee

View File

@@ -221,6 +221,11 @@ public:
*/
wxString GetOpenedPageTitle() const;
/**
Returns a pointer to the current parser.
*/
wxHtmlWinParser *GetParser() const;
/**
Returns the related frame.
*/