diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-26 22:11:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-26 22:11:21 +0100 |
| commit | 596d77476b0ab7e1ccacbbe5b7ebaccfd99bbfd4 (patch) | |
| tree | 9d3447978d17df8b2a9598e6daf0e568ac58c3cf /src/subtitle_asset.cc | |
| parent | cc57a01f142a32e06f22622118dd8d24e3dfb140 (diff) | |
Try to add correct namespace for 3D CPLs.
Diffstat (limited to 'src/subtitle_asset.cc')
| -rw-r--r-- | src/subtitle_asset.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtitle_asset.cc b/src/subtitle_asset.cc index 7f4d47d0..44f2f74a 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) const +SubtitleAsset::write_to_cpl (xmlpp::Node* node, bool) const { /* XXX: should EditRate, Duration and IntrinsicDuration be in here? */ |
