Replace xmlpp::Node::add_child with cxml::add_child.
[libdcp.git] / src / reel_interop_closed_caption_asset.h
index 5e8f7c1ef306045dce6d1d8b39d84319fec18896..5a074357e5328708d37797870167fac1f0db53ab 100644 (file)
@@ -62,7 +62,7 @@ public:
                return asset_of_type<InteropSubtitleAsset>();
        }
 
-       xmlpp::Node* write_to_cpl (xmlpp::Node* node, Standard standard) const override;
+       xmlpp::Element* write_to_cpl(xmlpp::Element* node, Standard standard) const override;
 
 private:
        std::string cpl_node_name (Standard) const override;