summaryrefslogtreecommitdiff
path: root/src/subtitle_asset.cc
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.cc
parent01ee80bda7dad42809407a0c94bc542f560c363e (diff)
Try to fix application of namespace to MainStereoscopicPicture nodes.
Diffstat (limited to 'src/subtitle_asset.cc')
-rw-r--r--src/subtitle_asset.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtitle_asset.cc b/src/subtitle_asset.cc
index 44f2f74a..d7cb94a5 100644
--- a/src/subtitle_asset.cc
+++ b/src/subtitle_asset.cc
@@ -278,7 +278,7 @@ SubtitleAsset::add (shared_ptr<Subtitle> s)
}
void
-SubtitleAsset::write_to_cpl (xmlpp::Node* node, bool) const
+SubtitleAsset::write_to_cpl (xmlpp::Element* node, bool) const
{
/* XXX: should EditRate, Duration and IntrinsicDuration be in here? */