s/use_template/take_settings_from/g
[dcpomatic.git] / src / lib / ffmpeg_content.h
index f6553df1c47e53c3b1b65be5ca9045691ffaca0d..d9020ac018dcce2ab2bcda5df638d74d1cc9653f 100644 (file)
@@ -55,7 +55,7 @@ public:
        }
 
        void examine (boost::shared_ptr<Job>);
-       void use_template (boost::shared_ptr<const Content> c);
+       void take_settings_from (boost::shared_ptr<const Content> c);
        std::string summary () const;
        std::string technical_summary () const;
        void as_xml (xmlpp::Node *, bool with_paths) const;