summaryrefslogtreecommitdiff
path: root/src/subtitle_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-26 22:11:21 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-26 22:11:21 +0100
commit596d77476b0ab7e1ccacbbe5b7ebaccfd99bbfd4 (patch)
tree9d3447978d17df8b2a9598e6daf0e568ac58c3cf /src/subtitle_asset.h
parentcc57a01f142a32e06f22622118dd8d24e3dfb140 (diff)
Try to add correct namespace for 3D CPLs.
Diffstat (limited to 'src/subtitle_asset.h')
-rw-r--r--src/subtitle_asset.h2
1 files changed, 1 insertions, 1 deletions
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<const Asset>, EqualityOptions, boost::function<void (NoteType, std::string)> note) const {
/* XXX */
note (ERROR, "subtitle assets not compared yet");