diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-09 13:58:27 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-09 13:58:27 +0200 |
| commit | b915348a8288d68e2ff114fb3dd89ad22e699969 (patch) | |
| tree | 46ce54a62bef93a544ada376d2c42ad4ab50f596 /src/wx/timeline_time_axis_view.h | |
| parent | c80f7a440de73dead499764b4073d39d54c68b9f (diff) | |
Add some missing override labels.
Diffstat (limited to 'src/wx/timeline_time_axis_view.h')
| -rw-r--r-- | src/wx/timeline_time_axis_view.h | 4 |
1 files changed, 2 insertions, 2 deletions
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<int> bbox () const; + dcpomatic::Rect<int> bbox () const override; void set_y (int y); private: - void do_paint (wxGraphicsContext* gc, std::list<dcpomatic::Rect<int>> overlaps); + void do_paint (wxGraphicsContext* gc, std::list<dcpomatic::Rect<int>> overlaps) override; int _y; ///< y position in tracks (not pixels) }; |
