From 3ac95ecd6126d9e2d13e8a22565bba1246e371ab Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 11 Jan 2006 09:08:31 +0000 Subject: [PATCH] Corrected accessor names git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36833 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/html/helpctrl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.45.2