X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ffilm_editor_panel.h;h=e0514ba99d89ca6a42034e96ca77fd05a75ea803;hb=c96637d181be25d58fb6935236e22cb1d6d10b3f;hp=1ef4d9fc50f8c842b00a833c70fa2c4c94469414;hpb=eceeb0c13cdaf08204968047269b49d8d493f741;p=dcpomatic.git diff --git a/src/wx/film_editor_panel.h b/src/wx/film_editor_panel.h index 1ef4d9fc5..e0514ba99 100644 --- a/src/wx/film_editor_panel.h +++ b/src/wx/film_editor_panel.h @@ -33,13 +33,10 @@ public: FilmEditorPanel (FilmEditor *, wxString); virtual void film_changed (Film::Property) {} - virtual void film_content_changed ( - boost::shared_ptr, - boost::shared_ptr, - boost::shared_ptr, - boost::shared_ptr, - int) = 0; - virtual void content_selection_changed () {} + /** Called when a given property of one of the selected Contents changes */ + virtual void film_content_changed (int) = 0; + /** Called when the list of selected Contents changes */ + virtual void content_selection_changed () = 0; protected: FilmEditor* _editor;