X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Faudio_panel.h;h=5e8f925975c6e41564d5f76a70fc3bbe22b19630;hb=19e47294d1de485a12dccf2c25bec0c8144049e8;hp=0ae9da88efa9a077d786d61db1409d861b377dec;hpb=423996af81218d48dbeaccef52ff822e02c43128;p=dcpomatic.git diff --git a/src/wx/audio_panel.h b/src/wx/audio_panel.h index 0ae9da88e..5e8f92597 100644 --- a/src/wx/audio_panel.h +++ b/src/wx/audio_panel.h @@ -39,9 +39,10 @@ public: explicit AudioPanel (ContentPanel *); ~AudioPanel (); - void film_changed (Film::Property); - void film_content_changed (int); - void content_selection_changed (); + void create () override; + void film_changed (Film::Property) override; + void film_content_changed (int) override; + void content_selection_changed () override; void set_film (std::shared_ptr); private: @@ -53,7 +54,7 @@ private: void active_jobs_changed (boost::optional, boost::optional); void setup_sensitivity (); void reference_clicked (); - void add_to_grid (); + void add_to_grid () override; boost::optional peak () const; wxCheckBox* _reference;