diff options
Diffstat (limited to 'src/wx/check_box.h')
| -rw-r--r-- | src/wx/check_box.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/check_box.h b/src/wx/check_box.h index 8e6789e44..5176cd2e8 100644 --- a/src/wx/check_box.h +++ b/src/wx/check_box.h @@ -32,8 +32,8 @@ class CheckBox : public wxCheckBox, public I18NHook public: CheckBox (wxWindow* parent, wxString label); - void set_text (wxString text); - wxString get_text () const; + void set_text (wxString text) override; + wxString get_text () const override; }; |
