summaryrefslogtreecommitdiff
path: root/src/wx/subtitle_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/subtitle_panel.h')
-rw-r--r--src/wx/subtitle_panel.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/wx/subtitle_panel.h b/src/wx/subtitle_panel.h
index 98c82b7c5..ec684d7ad 100644
--- a/src/wx/subtitle_panel.h
+++ b/src/wx/subtitle_panel.h
@@ -28,12 +28,7 @@ public:
SubtitlePanel (FilmEditor *);
void film_changed (Film::Property);
- void film_content_changed (
- boost::shared_ptr<Content>,
- boost::shared_ptr<AudioContent>,
- boost::shared_ptr<SubtitleContent>,
- boost::shared_ptr<FFmpegContent>,
- int);
+ void film_content_changed (boost::shared_ptr<Content>, int);
void setup_control_sensitivity ();