summaryrefslogtreecommitdiff
path: root/src/wx/timeline_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/timeline_view.cc')
-rw-r--r--src/wx/timeline_view.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/timeline_view.cc b/src/wx/timeline_view.cc
index 2897c98e3..f81ddd413 100644
--- a/src/wx/timeline_view.cc
+++ b/src/wx/timeline_view.cc
@@ -19,8 +19,8 @@
*/
+#include "content_timeline.h"
#include "timeline_view.h"
-#include "timeline.h"
using std::list;
@@ -30,7 +30,7 @@ using namespace dcpomatic;
/** @class TimelineView
* @brief Parent class for components of the timeline (e.g. a piece of content or an axis).
*/
-TimelineView::TimelineView (Timeline& t)
+TimelineView::TimelineView(ContentTimeline& t)
: _timeline (t)
{