Remove all use of add_child() from xmlpp.
[dcpomatic.git] / src / lib / atmos_mxf_content.h
index 57f041774c1b3776926545b7b77c025c2c872c33..e6225a3556fec632c6bf919b9ecf3454348d4ceb 100644 (file)
@@ -39,7 +39,7 @@ public:
 
        void examine (std::shared_ptr<const Film> film, std::shared_ptr<Job> job) override;
        std::string summary () const override;
-       void as_xml (xmlpp::Node* node, bool with_path) const override;
+       void as_xml(xmlpp::Element* element, bool with_path) const override;
        dcpomatic::DCPTime full_length (std::shared_ptr<const Film> film) const override;
        dcpomatic::DCPTime approximate_length () const override;