s/use_template/take_settings_from/g
[dcpomatic.git] / src / lib / video_content.h
index 412d4d034d96e032676d96c5baf386da1bca8aac..84b3d2268bbd2006ed376f3f504edc68b21d3e2a 100644 (file)
@@ -57,7 +57,7 @@ public:
        void as_xml (xmlpp::Node *) const;
        std::string technical_summary () const;
        std::string identifier () const;
-       void use_template (boost::shared_ptr<const VideoContent> c);
+       void take_settings_from (boost::shared_ptr<const VideoContent> c);
 
        Frame length () const {
                boost::mutex::scoped_lock lm (_mutex);