summaryrefslogtreecommitdiff
path: root/src/wx/timeline_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/timeline_view.h')
-rw-r--r--src/wx/timeline_view.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wx/timeline_view.h b/src/wx/timeline_view.h
index 166a1121a..e753255e3 100644
--- a/src/wx/timeline_view.h
+++ b/src/wx/timeline_view.h
@@ -28,7 +28,7 @@
class wxGraphicsContext;
-class Timeline;
+class ContentTimeline;
/** @class TimelineView
@@ -37,7 +37,7 @@ class Timeline;
class TimelineView
{
public:
- explicit TimelineView (Timeline& t);
+ explicit TimelineView(ContentTimeline& t);
virtual ~TimelineView () {}
TimelineView (TimelineView const&) = delete;
@@ -54,7 +54,7 @@ protected:
int time_x (dcpomatic::DCPTime t) const;
int y_pos(int t) const;
- Timeline& _timeline;
+ ContentTimeline& _timeline;
private:
dcpomatic::Rect<int> _last_paint_bbox;