X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimeline_reels_view.h;fp=src%2Fwx%2Ftimeline_reels_view.h;h=a6c73100f40c1b52f2936d61ce77c219479834b1;hb=3339d3bce70afe9ae2ca10e9fcfc4b54b748fbf4;hp=c3104565179cf585e022b86cec00891ad872eedf;hpb=00762c2d9a4240d016150cd7555aee3dad8542ae;p=dcpomatic.git diff --git a/src/wx/timeline_reels_view.h b/src/wx/timeline_reels_view.h index c31045651..a6c73100f 100644 --- a/src/wx/timeline_reels_view.h +++ b/src/wx/timeline_reels_view.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2016 Carl Hetherington + Copyright (C) 2015-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,8 +18,10 @@ */ + #include "timeline_view.h" + class TimelineReelsView : public TimelineView { public: @@ -29,7 +31,7 @@ public: void set_y (int y); private: - void do_paint (wxGraphicsContext* gc, std::list > overlaps); + void do_paint (wxGraphicsContext* gc, std::list> overlaps); int _y; };