X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftext_panel.h;h=c4498f970b7a8d6c6e3d01911d44ca1fe4e1fe34;hb=0b34912d35e5a64a23b89055257d898f245ea6db;hp=c76449513dc6a7aaaa676affed767207920a575f;hpb=dd7996d3c27f167d4f80bd8862f39781507589d7;p=dcpomatic.git diff --git a/src/wx/text_panel.h b/src/wx/text_panel.h index c76449513..c4498f970 100644 --- a/src/wx/text_panel.h +++ b/src/wx/text_panel.h @@ -36,9 +36,10 @@ class TextPanel : public ContentSubPanel public: TextPanel (ContentPanel *, TextType t); - 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; private: void use_toggled (); @@ -59,7 +60,7 @@ private: TextType current_type () const; void update_dcp_tracks (); void update_dcp_track_selection (); - void add_to_grid (); + void add_to_grid () override; void try_to_load_analysis (); void analysis_finished (); void language_changed ();