diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-19 20:45:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-19 20:45:39 +0100 |
| commit | 498e3c0ee1da5a4f50bc019e9a760689a930c06c (patch) | |
| tree | 7a2a70ffac1b3ef8249a66fcacf0844a78ef04b4 /src/wx/timing_panel.h | |
| parent | e6e20d9b37ebdd50768777d7b603ad4f736d790b (diff) | |
Similarly split subtitle panel.
Diffstat (limited to 'src/wx/timing_panel.h')
| -rw-r--r-- | src/wx/timing_panel.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/wx/timing_panel.h b/src/wx/timing_panel.h index b5c9ef026..f9cd482d6 100644 --- a/src/wx/timing_panel.h +++ b/src/wx/timing_panel.h @@ -26,7 +26,11 @@ class TimingPanel : public FilmEditorPanel public: TimingPanel (FilmEditor *); - void film_content_changed (boost::shared_ptr<Content>, int); + void film_content_changed ( + boost::shared_ptr<Content>, + boost::shared_ptr<SubtitleContent>, + boost::shared_ptr<FFmpegContent>, + int); private: void start_changed (); |
