Corrected accessor names
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36833 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -63,8 +63,8 @@ public:
|
|||||||
wxHtmlHelpWindow* GetHelpWindow() { return m_helpWindow; }
|
wxHtmlHelpWindow* GetHelpWindow() { return m_helpWindow; }
|
||||||
void SetHelpWindow(wxHtmlHelpWindow* helpWindow);
|
void SetHelpWindow(wxHtmlHelpWindow* helpWindow);
|
||||||
|
|
||||||
wxHtmlHelpFrame* GetHelpFrame() { return m_helpFrame; }
|
wxHtmlHelpFrame* GetFrame() { return m_helpFrame; }
|
||||||
wxHtmlHelpDialog* GetHelpDialog() { return m_helpDialog; }
|
wxHtmlHelpDialog* GetDialog() { return m_helpDialog; }
|
||||||
|
|
||||||
void UseConfig(wxConfigBase *config, const wxString& rootpath = wxEmptyString);
|
void UseConfig(wxConfigBase *config, const wxString& rootpath = wxEmptyString);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user