X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ffilm_editor.h;h=7fd61e5fc5650e7e31e0ad585d566c5362c8e460;hb=cadf2d574d144098fffa3c61e0a2be88f496cac6;hp=9808e0d2f8f76aaa7f2729d53bfb27135d5833c7;hpb=d1db495ddf466c47f635ac78eec9229ecfa24722;p=dcpomatic.git diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h index 9808e0d2f..7fd61e5fc 100644 --- a/src/wx/film_editor.h +++ b/src/wx/film_editor.h @@ -66,6 +66,7 @@ public: 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 ();