X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimeline_view.cc;h=f81ddd413ebce28676a4edb0890f4cda520bd34b;hb=cc3a87b302581647330753a09815ca78c0a23fe4;hp=2897c98e35398a27d83c13c875d6d016b90cc3c3;hpb=58cbd115b5f6051b1af19e85f250c1c5bdc5f52d;p=dcpomatic.git 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) {