summaryrefslogtreecommitdiff
path: root/src/wx/timeline_text_content_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/timeline_text_content_view.h')
-rw-r--r--src/wx/timeline_text_content_view.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wx/timeline_text_content_view.h b/src/wx/timeline_text_content_view.h
index 98aea6316..046f5b3e6 100644
--- a/src/wx/timeline_text_content_view.h
+++ b/src/wx/timeline_text_content_view.h
@@ -32,9 +32,9 @@ public:
TimelineTextContentView (Timeline& tl, std::shared_ptr<Content>, std::shared_ptr<TextContent>);
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;
std::shared_ptr<TextContent> _caption;
};