Remove all use of add_child() from xmlpp.
[dcpomatic.git] / src / lib / ffmpeg_subtitle_stream.h
index 8f56d1975e5e7eb5defa7b529af64af4909fef06..6251350cecee9045f1881077cd69f94529a4f8f9 100644 (file)
@@ -33,7 +33,7 @@ public:
 
        FFmpegSubtitleStream (cxml::ConstNodePtr node, int version);
 
-       void as_xml (xmlpp::Node *) const;
+       void as_xml(xmlpp::Element*) const;
 
        void set_colour (RGBA from, RGBA to);
        std::map<RGBA, RGBA> colours () const;