X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1fee6e257780f17b4d53b48aa0e7d2ac69664595..328f5751e8a06727b137189fe04891a9f43bfc8b:/interface/control.h diff --git a/interface/control.h b/interface/control.h index 16796de2a3..862d4795fc 100644 --- a/interface/control.h +++ b/interface/control.h @@ -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); //@} /**