Rename Subtitle -> Text
[dcpomatic.git] / src / lib / content.h
index ea764907a2a2f6990b28f79b2efee9f42f8dd85f..63d03fd713121cdf3fadebe17390158e32fa9284 100644 (file)
@@ -182,7 +182,7 @@ public:
 
        boost::shared_ptr<VideoContent> video;
        boost::shared_ptr<AudioContent> audio;
-       boost::shared_ptr<SubtitleContent> subtitle;
+       boost::shared_ptr<TextContent> subtitle;
 
        void signal_changed (int);