Remove all use of add_child() from xmlpp.
[dcpomatic.git] / src / lib / rgba.h
index 96fed710ef4582e3cc5676bc77d0aa0f5429e147..a582a4ca103e9f2fe4c0707dfea621bb0ea77e3c 100644 (file)
@@ -44,7 +44,7 @@ public:
 
        explicit RGBA (cxml::ConstNodePtr node);
 
-       void as_xml (xmlpp::Node* parent) const;
+       void as_xml(xmlpp::Element* parent) const;
 
        uint8_t r = 0;
        uint8_t g = 0;