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