diff options
Diffstat (limited to 'src/wx/timeline_video_content_view.h')
| -rw-r--r-- | src/wx/timeline_video_content_view.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/wx/timeline_video_content_view.h b/src/wx/timeline_video_content_view.h index 2269a2930..fa8ddf54c 100644 --- a/src/wx/timeline_video_content_view.h +++ b/src/wx/timeline_video_content_view.h @@ -18,8 +18,10 @@ */ + #include "timeline_content_view.h" + /** @class TimelineVideoContentView * @brief Timeline view for VideoContent. */ @@ -29,7 +31,7 @@ public: TimelineVideoContentView (Timeline& tl, std::shared_ptr<Content> c); private: - bool active () const; - wxColour background_colour () const; - wxColour foreground_colour () const; + bool active () const override; + wxColour background_colour () const override; + wxColour foreground_colour () const override; }; |
