FIXME: Remove all use of add_child() from xmlpp.
[dcpomatic.git] / src / lib / playlist.h
index e2662eb4581d78293f7d344c6e35619eaae9c400..7b9bd19fac914ed644e2251a29ccadf7f6e37539 100644 (file)
@@ -50,7 +50,7 @@ public:
        Playlist (Playlist const&) = delete;
        Playlist& operator= (Playlist const&) = delete;
 
-       void as_xml (xmlpp::Node *, bool with_content_paths);
+       void as_xml(xmlpp::Element*, bool with_content_paths);
        void set_from_xml (std::shared_ptr<const Film> film, cxml::ConstNodePtr node, int version, std::list<std::string>& notes);
 
        void add (std::shared_ptr<const Film> film, std::shared_ptr<Content>);