Add missing GetParser method

This commit is contained in:
Robin Dunn
2016-07-13 10:21:15 -07:00
parent 3fcded484e
commit 64b4ce5794

View File

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