diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-12-12 01:32:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-12 00:43:51 +0100 |
| commit | cc3a87b302581647330753a09815ca78c0a23fe4 (patch) | |
| tree | 10def9a075f70f13920f3de1037c467508debf0c /src/wx/timeline_reels_view.cc | |
| parent | 58cbd115b5f6051b1af19e85f250c1c5bdc5f52d (diff) | |
Rename Timeline -> ContentTimeline.
Diffstat (limited to 'src/wx/timeline_reels_view.cc')
| -rw-r--r-- | src/wx/timeline_reels_view.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/timeline_reels_view.cc b/src/wx/timeline_reels_view.cc index 0601a1196..34ce96a4e 100644 --- a/src/wx/timeline_reels_view.cc +++ b/src/wx/timeline_reels_view.cc @@ -19,7 +19,7 @@ */ -#include "timeline.h" +#include "content_timeline.h" #include "timeline_reels_view.h" #include "wx_util.h" #include "lib/film.h" @@ -35,7 +35,7 @@ using std::list; using namespace dcpomatic; -TimelineReelsView::TimelineReelsView (Timeline& tl, int y) +TimelineReelsView::TimelineReelsView(ContentTimeline& tl, int y) : TimelineView (tl) , _y (y) { |
