diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-29 12:19:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-29 12:19:28 +0100 |
| commit | d697e7bedb1e42f5167c92fd9ab363f496d718f5 (patch) | |
| tree | f4d5fd9ff280cc24373315045a26183eecaf78ba /src/cpl.cc | |
| parent | 01ee80bda7dad42809407a0c94bc542f560c363e (diff) | |
Try to fix application of namespace to MainStereoscopicPicture nodes.
Diffstat (limited to 'src/cpl.cc')
| -rw-r--r-- | src/cpl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -240,7 +240,7 @@ CPL::write_xml (bool interop, XMLMetadata const & metadata, shared_ptr<Encryptio } root->add_child("RatingList"); - xmlpp::Node* reel_list = root->add_child ("ReelList"); + xmlpp::Element* reel_list = root->add_child ("ReelList"); for (list<shared_ptr<Reel> >::const_iterator i = _reels.begin(); i != _reels.end(); ++i) { (*i)->write_to_cpl (reel_list, interop); |
