FIXME: Remove all use of add_child() from xmlpp.
[dcpomatic.git] / src / lib / atmos_content.h
index afa3c75a2770cd160250bb7fca673b718483ad05..ffa1814972240b17a69079e081033f0a03fe3a99 100644 (file)
@@ -42,7 +42,7 @@ public:
 
        static std::shared_ptr<AtmosContent> from_xml (Content* parent, cxml::ConstNodePtr node);
 
-       void as_xml (xmlpp::Node* node) const;
+       void as_xml(xmlpp::Element* element) const;
 
        void set_length (Frame len);