]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/control.h
add const qualifiers
[wxWidgets.git] / interface / control.h
index 16796de2a37dccf85e960ae6fc964d28d33ca7b9..862d4795fc982614d7ff89065ba026938a7c2c57 100644 (file)
@@ -37,7 +37,7 @@ public:
         any, use GetLabelText() if they are
         undesired.
     */
-    wxString GetLabel();
+    wxString GetLabel() const;
 
     //@{
     /**
@@ -45,7 +45,7 @@ public:
         version, without the mnemonics characters.
     */
     const wxString GetLabelText();
-    static wxString GetLabelText(const wxString& label);
+    const static wxString  GetLabelText(const wxString& label);
     //@}
 
     /**