diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-12-13 23:01:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-12 00:43:51 +0100 |
| commit | 1910147fd58ac58a21b8f3b874495179aa5424ab (patch) | |
| tree | 0a5931c2facdac574f11c5b47314e2600597aba8 /src/wx/timeline_time_axis_view.cc | |
| parent | cc3a87b302581647330753a09815ca78c0a23fe4 (diff) | |
Rename TimelineView -> ContentTimelineView.
Diffstat (limited to 'src/wx/timeline_time_axis_view.cc')
| -rw-r--r-- | src/wx/timeline_time_axis_view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/timeline_time_axis_view.cc b/src/wx/timeline_time_axis_view.cc index b17b274b2..d9b7710c6 100644 --- a/src/wx/timeline_time_axis_view.cc +++ b/src/wx/timeline_time_axis_view.cc @@ -35,7 +35,7 @@ using namespace dcpomatic; TimelineTimeAxisView::TimelineTimeAxisView(ContentTimeline& tl, int y) - : TimelineView (tl) + : ContentTimelineView(tl) , _y (y) { |
