X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4cc4bfafe5a31cb96f35b3ec9b19fa2b0b3a4eef..49d37022125686b42877f0a5a971e13fb1381e87:/interface/html/helpdlg.h diff --git a/interface/html/helpdlg.h b/interface/html/helpdlg.h index c9cdd8c6c0..3b689e837d 100644 --- a/interface/html/helpdlg.h +++ b/interface/html/helpdlg.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: html/helpdlg.h -// Purpose: documentation for wxHtmlHelpDialog class +// Purpose: interface of wxHtmlHelpDialog // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -52,7 +52,7 @@ public: /** Returns the help controller associated with the dialog. */ - wxHtmlHelpController* GetController(); + wxHtmlHelpController* GetController() const; /** Reads the user's settings for this dialog see @@ -79,3 +79,4 @@ public: void WriteCustomization(wxConfigBase* cfg, const wxString& path = wxEmptyString); }; +