summaryrefslogtreecommitdiff
path: root/src/wx/timeline_reels_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/timeline_reels_view.h')
-rw-r--r--src/wx/timeline_reels_view.h4
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;
};