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_reels_view.h | |
| parent | b249700e1da7dd6631a8b4440587f4093a2bdef1 (diff) | |
C++11 tidying.
Diffstat (limited to 'src/wx/timeline_reels_view.h')
| -rw-r--r-- | src/wx/timeline_reels_view.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/timeline_reels_view.h b/src/wx/timeline_reels_view.h index a6c73100f..357fe2ce4 100644 --- a/src/wx/timeline_reels_view.h +++ b/src/wx/timeline_reels_view.h @@ -27,11 +27,11 @@ class TimelineReelsView : public TimelineView public: TimelineReelsView (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; }; |
