More automated renaming.
[dcpomatic.git] / src / lib / content.h
index d84f636fb5c35465a5f2cb0057359eb204408cb6..850cb0891d3af8918ee20a39dc01b49b9381b351 100644 (file)
@@ -182,10 +182,10 @@ public:
 
        boost::shared_ptr<VideoContent> video;
        boost::shared_ptr<AudioContent> audio;
-       std::list<boost::shared_ptr<CaptionContent> > caption;
+       std::list<boost::shared_ptr<TextContent> > caption;
 
-       boost::shared_ptr<CaptionContent> only_caption () const;
-       boost::shared_ptr<CaptionContent> caption_of_original_type (CaptionType type) const;
+       boost::shared_ptr<TextContent> only_caption () const;
+       boost::shared_ptr<TextContent> caption_of_original_type (TextType type) const;
 
        void signal_changed (int);