Remove all use of add_child() from xmlpp.
[dcpomatic.git] / src / lib / audio_mapping.h
index fe9a7978939d938db88f9b98db1b11f40d804595..68487d908f2cb1613bb93cf4f2015816ece95aff 100644 (file)
@@ -52,7 +52,7 @@ public:
 
        /* Default copy constructor is fine */
 
-       void as_xml (xmlpp::Node *) const;
+       void as_xml(xmlpp::Element*) const;
 
        void make_zero ();
        void make_default (AudioProcessor const * processor, boost::optional<boost::filesystem::path> filename = boost::optional<boost::filesystem::path>());