X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimeline_labels_view.h;h=fb80b1bf3311ec9533fdd6e280620750516c188d;hb=3d2465bd17be110eabe2f7cd9a9ad8619cf3445b;hp=88094f2c4068cd64cc4110eb165dc80d24a582ac;hpb=14a9755762cf1d1e33877dec4a02b627dfa400cb;p=dcpomatic.git diff --git a/src/wx/timeline_labels_view.h b/src/wx/timeline_labels_view.h index 88094f2c4..fb80b1bf3 100644 --- a/src/wx/timeline_labels_view.h +++ b/src/wx/timeline_labels_view.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2016-2018 Carl Hetherington + Copyright (C) 2016-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,16 +18,19 @@ */ + #include "timeline_view.h" + class wxWindow; + class TimelineLabelsView : public TimelineView { public: explicit TimelineLabelsView (Timeline& tl); - dcpomatic::Rect bbox () const; + dcpomatic::Rect bbox () const override; void set_video_tracks (int n); void set_audio_tracks (int n); @@ -35,7 +38,7 @@ public: void set_atmos (bool s); private: - void do_paint (wxGraphicsContext* gc, std::list > overlaps); + void do_paint (wxGraphicsContext* gc, std::list> overlaps) override; int _width = 0; int _video_tracks = 0;