Remove all use of add_child() from xmlpp.
[dcpomatic.git] / src / lib / video_content.h
index d31c25f135e136f748204c5ae2479b09d8641db1..a7b630b14a0c86df93936a96e60c50c4a9838770 100644 (file)
@@ -66,7 +66,7 @@ public:
        VideoContent (Content* parent, cxml::ConstNodePtr node, int version, VideoRange video_range_hint);
        VideoContent (Content* parent, std::vector<std::shared_ptr<Content>>);
 
-       void as_xml (xmlpp::Node *) const;
+       void as_xml(xmlpp::Element*) const;
        std::string technical_summary () const;
        std::string identifier () const;
        void take_settings_from (std::shared_ptr<const VideoContent> c);