Replace xmlpp::Node::add_child with cxml::add_child.
[libdcp.git] / src / reel_subtitle_asset.h
index 8b694fd675494ecac9bc9b419faeaedcd4e71d90..c619c7522fe0ab623239ea60ebe6252e7160218f 100644 (file)
@@ -73,7 +73,7 @@ public:
                return asset_of_type<SubtitleAsset>();
        }
 
-       xmlpp::Node* write_to_cpl (xmlpp::Node* node, Standard standard) const override;
+       xmlpp::Element* write_to_cpl(xmlpp::Element* node, Standard standard) const override;
 
        bool equals(std::shared_ptr<const ReelSubtitleAsset>, EqualityOptions const&, NoteHandler) const;