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/reel.h | |
| parent | 01ee80bda7dad42809407a0c94bc542f560c363e (diff) | |
Try to fix application of namespace to MainStereoscopicPicture nodes.
Diffstat (limited to 'src/reel.h')
| -rw-r--r-- | src/reel.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ public: return _main_subtitle; } - void write_to_cpl (xmlpp::Node *, bool) const; + void write_to_cpl (xmlpp::Element *, bool) const; bool encrypted () const; |
