More automated renaming.
[dcpomatic.git] / src / wx / timeline_text_content_view.cc
index 30158941c2fe711536ebde5ed9d7feafd8675e12..934bf1fc4be12eb812da60a0a9253d08bf99536d 100644 (file)
 */
 
 #include "timeline_text_content_view.h"
-#include "lib/caption_content.h"
+#include "lib/text_content.h"
 #include "lib/content.h"
 
 using boost::shared_ptr;
 
-TimelineTextContentView::TimelineTextContentView (Timeline& tl, shared_ptr<Content> c, shared_ptr<CaptionContent> caption)
+TimelineTextContentView::TimelineTextContentView (Timeline& tl, shared_ptr<Content> c, shared_ptr<TextContent> caption)
        : TimelineContentView (tl, c)
        , _caption (caption)
 {