FIXME: Remove all use of add_child() from xmlpp.
[dcpomatic.git] / src / lib / dcp_content.h
index 3753740a2728af929ff17572ffa5c4b2930ce3f7..3cdb5de8dbd07d26fbbc90efa09b16c3f227eb99 100644 (file)
@@ -75,7 +75,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;
        std::string identifier () const override;
        void take_settings_from (std::shared_ptr<const Content> c) override;