From 596d77476b0ab7e1ccacbbe5b7ebaccfd99bbfd4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 26 Aug 2013 22:11:21 +0100 Subject: Try to add correct namespace for 3D CPLs. --- src/subtitle_asset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/subtitle_asset.h') diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h index a76a3076..fc0d932c 100644 --- a/src/subtitle_asset.h +++ b/src/subtitle_asset.h @@ -130,7 +130,7 @@ public: SubtitleAsset (std::string directory, std::string xml_file); SubtitleAsset (std::string directory, std::string movie_title, std::string language); - void write_to_cpl (xmlpp::Node *) const; + void write_to_cpl (xmlpp::Node *, bool) const; virtual bool equals (boost::shared_ptr, EqualityOptions, boost::function note) const { /* XXX */ note (ERROR, "subtitle assets not compared yet"); -- cgit v1.2.3