Basic template support (#485).
[dcpomatic.git] / src / lib / playlist.h
index e84b51a73e84c91372fb132ca05e59de258ddba4..0a5c087dea67ed076f0833e584ef2c5b3359a823 100644 (file)
@@ -45,7 +45,7 @@ public:
        Playlist ();
        ~Playlist ();
 
-       void as_xml (xmlpp::Node *);
+       void as_xml (xmlpp::Node *, bool with_content_paths);
        void set_from_xml (boost::shared_ptr<const Film>, cxml::ConstNodePtr, int, std::list<std::string> &);
 
        void add (boost::shared_ptr<Content>);