Remove all use of add_child() from xmlpp.
[dcpomatic.git] / src / lib / font.h
index 12a14aba4e74086dee82c93d3a6464dd6159dee7..092b682bac1cd496d17f2d2ad5399166112eab2b 100644 (file)
@@ -57,7 +57,7 @@ public:
        Font(Font const& other);
        Font& operator=(Font const& other);
 
-       void as_xml (xmlpp::Node* node);
+       void as_xml(xmlpp::Element* element);
 
        std::string id () const {
                return _id;