X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..a70ab3b804b6c363f8bcbed0b4fce94b7fb03612:/interface/wx/control.h diff --git a/interface/wx/control.h b/interface/wx/control.h index df89e6b455..3feb1b59b4 100644 --- a/interface/wx/control.h +++ b/interface/wx/control.h @@ -27,7 +27,7 @@ public: @see wxCommandEvent */ - void Command(wxCommandEvent& event); + virtual void Command(wxCommandEvent& event); /** Returns the control's text. @@ -40,7 +40,7 @@ public: /** Returns the control's label without mnemonics. */ - const wxString GetLabelText(); + wxString GetLabelText() const; /** Returns the given @a label string without mnemonics.