diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-29 09:14:20 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-29 20:53:49 +0200 |
| commit | 39fb8198febde1937019db1c300ec363aab5aa56 (patch) | |
| tree | 52bc32134e8ae2b5587b3a62130baa9acf815b60 /src/wx/timeline_labels_view.h | |
| parent | b249700e1da7dd6631a8b4440587f4093a2bdef1 (diff) | |
C++11 tidying.
Diffstat (limited to 'src/wx/timeline_labels_view.h')
| -rw-r--r-- | src/wx/timeline_labels_view.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/timeline_labels_view.h b/src/wx/timeline_labels_view.h index 2ff1fa6a8..fb80b1bf3 100644 --- a/src/wx/timeline_labels_view.h +++ b/src/wx/timeline_labels_view.h @@ -30,7 +30,7 @@ class TimelineLabelsView : public TimelineView public: explicit TimelineLabelsView (Timeline& tl); - dcpomatic::Rect<int> bbox () const; + dcpomatic::Rect<int> bbox () const override; void set_video_tracks (int n); void set_audio_tracks (int n); @@ -38,7 +38,7 @@ public: void set_atmos (bool s); 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 _width = 0; int _video_tracks = 0; |
