s/use_template/take_settings_from/g
[dcpomatic.git] / src / lib / subtitle_content.h
index 7278b540892681fecff8a9d038c04970b3a79700..2fc6d0fd6f89d3b00ee03d4134df9055232c2de1 100644 (file)
@@ -63,7 +63,7 @@ public:
 
        void as_xml (xmlpp::Node *) const;
        std::string identifier () const;
-       void use_template (boost::shared_ptr<const SubtitleContent> c);
+       void take_settings_from (boost::shared_ptr<const SubtitleContent> c);
 
        void add_font (boost::shared_ptr<Font> font);