Remove all use of add_child() from xmlpp.
[dcpomatic.git] / src / lib / image_content.h
index d817eeee84e4cc0b6a2685666db207eae79a0025..140159bfaa77e5f0e890ce46954628459e099361 100644 (file)
@@ -40,7 +40,7 @@ public:
        void examine (std::shared_ptr<const Film> film, std::shared_ptr<Job>) override;
        std::string summary () const override;
        std::string technical_summary () const override;
-       void as_xml (xmlpp::Node *, bool with_paths) const override;
+       void as_xml(xmlpp::Element*, bool with_paths) const override;
        dcpomatic::DCPTime full_length (std::shared_ptr<const Film> film) const override;
        dcpomatic::DCPTime approximate_length () const override;