Replace xmlpp::Node::add_child with cxml::add_child.
[libdcp.git] / src / reel_smpte_closed_caption_asset.h
index 32a79efd2588ccf8229edd6a84ad2e25e67b200f..e7a26f65ea9c1f8090c0b439a1e91f06c80184d7 100644 (file)
@@ -63,7 +63,7 @@ public:
                return asset_of_type<const SMPTESubtitleAsset>();
        }
 
-       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: