summaryrefslogtreecommitdiff
path: root/src/subtitle_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-15 09:43:41 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-15 09:43:41 +0000
commitbf59c288798851808359575662f202d390032aa7 (patch)
treecbf4f646a60787614e25eeeb3c436432a04ea739 /src/subtitle_asset.h
parent39f0ae0efb3406357253d19bf7588f3832735d0b (diff)
Use MXFAsset::_interop to decide on whether to write asset XML as Interop or SMPTE.
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 7a00e036..74ab9873 100644
--- a/src/subtitle_asset.h
+++ b/src/subtitle_asset.h
@@ -139,7 +139,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::Element *, bool) const;
+ void write_to_cpl (xmlpp::Element *) 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");