Another shortcut.
[dcpomatic.git] / src / wx / film_editor_panel.h
index 8acb3efb6d8ef651f6f516deeb695a5deba63a4a..e0514ba99d89ca6a42034e96ca77fd05a75ea803 100644 (file)
@@ -33,7 +33,10 @@ public:
        FilmEditorPanel (FilmEditor *, wxString);
 
        virtual void film_changed (Film::Property) {}
-       virtual void film_content_changed (boost::shared_ptr<Content>, 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;