X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimeline_time_axis_view.h;h=f89121776dcb774fa853cf358e9ec44313d0df60;hb=1910147fd58ac58a21b8f3b874495179aa5424ab;hp=6ffb9e5dc27a3c19719216c1cd7b0a8585ab144c;hpb=cc3a87b302581647330753a09815ca78c0a23fe4;p=dcpomatic.git diff --git a/src/wx/timeline_time_axis_view.h b/src/wx/timeline_time_axis_view.h index 6ffb9e5dc..f89121776 100644 --- a/src/wx/timeline_time_axis_view.h +++ b/src/wx/timeline_time_axis_view.h @@ -18,9 +18,11 @@ */ -#include "timeline_view.h" -class TimelineTimeAxisView : public TimelineView +#include "content_timeline_view.h" + + +class TimelineTimeAxisView : public ContentTimelineView { public: TimelineTimeAxisView(ContentTimeline& tl, int y);