X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ffilm_editor.h;h=7fd61e5fc5650e7e31e0ad585d566c5362c8e460;hb=13f17a79c3ff5fb7201534e64228a54314ab1619;hp=80c35d3d86cb8c9bfdac7e07a3206288f409d7f2;hpb=4ed8eafd541c2c5867795db56c440e444cc0aeff;p=dcpomatic.git diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h index 80c35d3d8..7fd61e5fc 100644 --- a/src/wx/film_editor.h +++ b/src/wx/film_editor.h @@ -62,10 +62,11 @@ public: return _film; } - boost::shared_ptr selected_content (); - boost::shared_ptr selected_video_content (); - boost::shared_ptr selected_audio_content (); - boost::shared_ptr selected_subtitle_content (); + ContentList selected_content (); + VideoContentList selected_video_content (); + AudioContentList selected_audio_content (); + SubtitleContentList selected_subtitle_content (); + FFmpegContentList selected_ffmpeg_content (); private: void make_dcp_panel (); @@ -99,7 +100,7 @@ private: /* Handle changes to the model */ void film_changed (Film::Property); - void film_content_changed (boost::weak_ptr, int); + void film_content_changed (int); void set_general_sensitivity (bool); void setup_dcp_name ();