summaryrefslogtreecommitdiff
path: root/src/subtitle_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-29 12:19:28 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-29 12:19:28 +0100
commitd697e7bedb1e42f5167c92fd9ab363f496d718f5 (patch)
treef4d5fd9ff280cc24373315045a26183eecaf78ba /src/subtitle_asset.h
parent01ee80bda7dad42809407a0c94bc542f560c363e (diff)
Try to fix application of namespace to MainStereoscopicPicture nodes.
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 fc0d932c..4ef0794e 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 *, bool) const;
+ void write_to_cpl (xmlpp::Element *, 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");