diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-19 23:37:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-19 23:37:30 +0100 |
| commit | 11c54ca7ffb9f4b70dff6414b8da2099597b0d4d (patch) | |
| tree | f9e00c8eb5cbd3286f7638a5ab13ce598acd999e /src/wx/audio_panel.h | |
| parent | eceeb0c13cdaf08204968047269b49d8d493f741 (diff) | |
Split video panel.
Diffstat (limited to 'src/wx/audio_panel.h')
| -rw-r--r-- | src/wx/audio_panel.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/wx/audio_panel.h b/src/wx/audio_panel.h index 69f606385..f4a595f32 100644 --- a/src/wx/audio_panel.h +++ b/src/wx/audio_panel.h @@ -32,12 +32,7 @@ public: AudioPanel (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 content_selection_changed (); void setup_sensitivity (); |
