summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-11 12:53:26 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-11 12:53:26 +0000
commitcb83eb7b209054da2f81b456a0fbda6ea9d03844 (patch)
tree214f5ebeaefdbeb20129b541dfe9715588999aeb /src/wx/film_editor.h
parentdeafd62ea410aa23b6b4c87989e8bc7e95db46e3 (diff)
Basic multiple selection for cropping.
Diffstat (limited to 'src/wx/film_editor.h')
-rw-r--r--src/wx/film_editor.h3
1 files changed, 2 insertions, 1 deletions
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<Content>, int);
+ void film_content_changed (int);
void set_general_sensitivity (bool);
void setup_dcp_name ();