X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Ftimeline_time_axis_view.h;h=4c8e090fe7f5850a376e3eabb9646f61053f661d;hp=100228ae8b634f124a9d16ca2ca8d5950fa9dea2;hb=b915348a8288d68e2ff114fb3dd89ad22e699969;hpb=c80f7a440de73dead499764b4073d39d54c68b9f diff --git a/src/wx/timeline_time_axis_view.h b/src/wx/timeline_time_axis_view.h index 100228ae8..4c8e090fe 100644 --- a/src/wx/timeline_time_axis_view.h +++ b/src/wx/timeline_time_axis_view.h @@ -25,11 +25,11 @@ class TimelineTimeAxisView : public TimelineView public: TimelineTimeAxisView (Timeline& tl, int y); - dcpomatic::Rect bbox () const; + dcpomatic::Rect bbox () const override; void set_y (int y); private: - void do_paint (wxGraphicsContext* gc, std::list> overlaps); + void do_paint (wxGraphicsContext* gc, std::list> overlaps) override; int _y; ///< y position in tracks (not pixels) };