X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ffilm_editor_panel.h;h=e0514ba99d89ca6a42034e96ca77fd05a75ea803;hb=329de46d6fb600c1958678ec5d09ef21532130d5;hp=8acb3efb6d8ef651f6f516deeb695a5deba63a4a;hpb=71cb2c8b03be7a246567631c637347d871c9c82d;p=dcpomatic.git diff --git a/src/wx/film_editor_panel.h b/src/wx/film_editor_panel.h index 8acb3efb6..e0514ba99 100644 --- a/src/wx/film_editor_panel.h +++ b/src/wx/film_editor_panel.h @@ -33,7 +33,10 @@ public: FilmEditorPanel (FilmEditor *, wxString); virtual void film_changed (Film::Property) {} - virtual void film_content_changed (boost::shared_ptr, int) = 0; + /** 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;