Merge master.
[dcpomatic.git] / src / lib / playlist.h
index 4295a3e3512da7de78a1444a5194f826e763a89f..6280b1219057d0e2b00e2200ca8a9e08b7692946 100644 (file)
@@ -54,7 +54,7 @@ public:
        ~Playlist ();
 
        void as_xml (xmlpp::Node *);
-       void set_from_xml (boost::shared_ptr<const Film>, boost::shared_ptr<const cxml::Node>, int, std::list<std::string> &);
+       void set_from_xml (boost::shared_ptr<const Film>, cxml::ConstNodePtr, int, std::list<std::string> &);
 
        void add (boost::shared_ptr<Content>);
        void remove (boost::shared_ptr<Content>);