Tidy up after mass rename.
[dcpomatic.git] / src / lib / content.h
index 850cb0891d3af8918ee20a39dc01b49b9381b351..23afa2243046d85db3ccbb9ffe823ea58d6905b2 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013-2016 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2013-2018 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -182,10 +182,10 @@ public:
 
        boost::shared_ptr<VideoContent> video;
        boost::shared_ptr<AudioContent> audio;
-       std::list<boost::shared_ptr<TextContent> > caption;
+       std::list<boost::shared_ptr<TextContent> > text;
 
-       boost::shared_ptr<TextContent> only_caption () const;
-       boost::shared_ptr<TextContent> caption_of_original_type (TextType type) const;
+       boost::shared_ptr<TextContent> only_text () const;
+       boost::shared_ptr<TextContent> text_of_original_type (TextType type) const;
 
        void signal_changed (int);