summaryrefslogtreecommitdiff
path: root/src/wx/film_editor_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_editor_panel.h')
-rw-r--r--src/wx/film_editor_panel.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/wx/film_editor_panel.h b/src/wx/film_editor_panel.h
index 1ef4d9fc5..8bfe94f8d 100644
--- a/src/wx/film_editor_panel.h
+++ b/src/wx/film_editor_panel.h
@@ -33,12 +33,7 @@ public:
FilmEditorPanel (FilmEditor *, wxString);
virtual void film_changed (Film::Property) {}
- virtual void film_content_changed (
- boost::shared_ptr<Content>,
- boost::shared_ptr<AudioContent>,
- boost::shared_ptr<SubtitleContent>,
- boost::shared_ptr<FFmpegContent>,
- int) = 0;
+ virtual void film_content_changed (boost::shared_ptr<Content>, int) = 0;
virtual void content_selection_changed () {}
protected: