X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f3e156efb09c5c3ab4c4490abf58f2348edb1150..1de8d512b7c844d67b2dab36addc89868e68c9b6:/include/wx/html/helpctrl.h diff --git a/include/wx/html/helpctrl.h b/include/wx/html/helpctrl.h index c8dd51a9c7..826fd20cf4 100644 --- a/include/wx/html/helpctrl.h +++ b/include/wx/html/helpctrl.h @@ -63,8 +63,8 @@ public: wxHtmlHelpWindow* GetHelpWindow() { return m_helpWindow; } void SetHelpWindow(wxHtmlHelpWindow* helpWindow); - wxHtmlHelpFrame* GetHelpFrame() { return m_helpFrame; } - wxHtmlHelpDialog* GetHelpDialog() { return m_helpDialog; } + wxHtmlHelpFrame* GetFrame() { return m_helpFrame; } + wxHtmlHelpDialog* GetDialog() { return m_helpDialog; } void UseConfig(wxConfigBase *config, const wxString& rootpath = wxEmptyString);