]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/html/helpdlg.h
Intial review of calctrl.h.
[wxWidgets.git] / interface / html / helpdlg.h
index c9cdd8c6c038fd9faed078873b44754715b4187d..3b689e837d074e32397d572095e3086b0eacd293 100644 (file)
@@ -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);
 };
+