s/use_template/take_settings_from/g
[dcpomatic.git] / src / lib / dcp_content.h
index 434b6104668a70ddb52905bb9a257563efbe62a6..892b6aa735f7cb3fc589dc416400ede1defeab90 100644 (file)
@@ -67,7 +67,7 @@ public:
        std::string technical_summary () const;
        void as_xml (xmlpp::Node *, bool with_paths) const;
        std::string identifier () const;
-       void use_template (boost::shared_ptr<const Content> c);
+       void take_settings_from (boost::shared_ptr<const Content> c);
 
        void set_default_colour_conversion ();
        std::list<DCPTime> reel_split_points () const;