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/timing_panel.h | |
| parent | eceeb0c13cdaf08204968047269b49d8d493f741 (diff) | |
Split video panel.
Diffstat (limited to 'src/wx/timing_panel.h')
| -rw-r--r-- | src/wx/timing_panel.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/wx/timing_panel.h b/src/wx/timing_panel.h index 0aaabcc65..b5c9ef026 100644 --- a/src/wx/timing_panel.h +++ b/src/wx/timing_panel.h @@ -26,12 +26,7 @@ class TimingPanel : public FilmEditorPanel public: TimingPanel (FilmEditor *); - 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); private: void start_changed (); |
