Rename TimelineVideoContentView -> ContentTimelineVideoView.
[dcpomatic.git] / src / wx / timeline_text_content_view.h
index 98aea6316accce2b5ff12656db1faf491be94c80..c33c2662eb08c2f18b43cfa3289c7e1789942f62 100644 (file)
 
 */
 
+
 #include "timeline_content_view.h"
 
+
 class TextContent;
-class TextContent;
+
 
 /** @class TimelineTextContentView
  *  @brief Timeline view for TextContent.
@@ -29,12 +31,12 @@ class TextContent;
 class TimelineTextContentView : public TimelineContentView
 {
 public:
-       TimelineTextContentView (Timeline& tl, std::shared_ptr<Content>, std::shared_ptr<TextContent>);
+       TimelineTextContentView(ContentTimeline& 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;
 };