diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-23 19:24:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-23 19:24:08 +0100 |
| commit | 2e0649322c2d22ba6611f7e379debaf85cbe2d82 (patch) | |
| tree | b293ea2a9e0c8413e17b313e200b4f7f98bf376c | |
| parent | fc9f4aa3fae8674be866277afabf47bda4c52302 (diff) | |
Reels can have AnnotationText.
| -rw-r--r-- | src/cpl.cc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -61,6 +61,7 @@ CPLReel::CPLReel (xmlpp::Node const * node) id = string_node ("Id"); asset_list = sub_node<CPLAssetList> ("AssetList"); + ignore_node ("AnnotationText"); done (); } |
