More automated renaming.
[dcpomatic.git] / src / lib / dcp_content.h
index f01790b8915b29a40ab10b3e9fb30272f2467939..fedc43d6417f90c978281ee18b36c931d42ff558 100644 (file)
@@ -108,17 +108,17 @@ public:
 
        bool can_reference_audio (std::string &) const;
 
-       void set_reference_caption (CaptionType type, bool r);
+       void set_reference_caption (TextType type, bool r);
 
        /** @param type Original type of captions in the DCP.
         *  @return true if these captions are to be referenced.
         */
-       bool reference_caption (CaptionType type) const {
+       bool reference_caption (TextType type) const {
                boost::mutex::scoped_lock lm (_mutex);
                return _reference_caption[type];
        }
 
-       bool can_reference_caption (CaptionType type, std::string &) const;
+       bool can_reference_caption (TextType type, std::string &) const;
 
        void set_cpl (std::string id);