Add some missing override labels.
[dcpomatic.git] / src / wx / dcpomatic_button.h
index 682fa5fe67e91ae783f0e714f4742322917d0d4e..aba41b12562908ecadc3bda3a283183e7ec1ddb8 100644 (file)
@@ -29,8 +29,8 @@ class Button : public wxButton, public I18NHook
 public:
        Button (wxWindow* parent, wxString label, wxPoint pos = wxDefaultPosition, wxSize = wxDefaultSize, long style = 0);
 
-       void set_text (wxString text);
-       wxString get_text () const;
+       void set_text (wxString text) override;
+       wxString get_text () const override;
 };
 
 #endif