More automated renaming.
[dcpomatic.git] / src / wx / timeline_text_content_view.h
index 4f69f2aefa40d6b2d70ee0075c965f7ec90bbfba..055c841438ca49f0cc8ec58936a32ab970195563 100644 (file)
@@ -21,7 +21,7 @@
 #include "timeline_content_view.h"
 
 class TextContent;
-class CaptionContent;
+class TextContent;
 
 /** @class TimelineTextContentView
  *  @brief Timeline view for TextContent.
@@ -29,12 +29,12 @@ class CaptionContent;
 class TimelineTextContentView : public TimelineContentView
 {
 public:
-       TimelineTextContentView (Timeline& tl, boost::shared_ptr<Content>, boost::shared_ptr<CaptionContent>);
+       TimelineTextContentView (Timeline& tl, boost::shared_ptr<Content>, boost::shared_ptr<TextContent>);
 
 private:
        bool active () const;
        wxColour background_colour () const;
        wxColour foreground_colour () const;
 
-       boost::shared_ptr<CaptionContent> _caption;
+       boost::shared_ptr<TextContent> _caption;
 };