FIXME: Remove all use of add_child() from xmlpp.
[dcpomatic.git] / src / lib / ffmpeg_stream.h
index 84b2a8853317082b676f651bee47f11de3bc940b..221075eebec32a95c60a63de6b39302ffef87c6a 100644 (file)
@@ -37,7 +37,7 @@ public:
 
        explicit FFmpegStream (cxml::ConstNodePtr);
 
-       void as_xml (xmlpp::Node *) const;
+       void as_xml(xmlpp::Element*) const;
 
        /** @param c An AVFormatContext.
         *  @param index A stream index within the AVFormatContext.