summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-23 19:24:08 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-23 19:24:08 +0100
commit2e0649322c2d22ba6611f7e379debaf85cbe2d82 (patch)
treeb293ea2a9e0c8413e17b313e200b4f7f98bf376c /src
parentfc9f4aa3fae8674be866277afabf47bda4c52302 (diff)
Reels can have AnnotationText.
Diffstat (limited to 'src')
-rw-r--r--src/cpl.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpl.cc b/src/cpl.cc
index 58ee0cce..649d54b7 100644
--- a/src/cpl.cc
+++ b/src/cpl.cc
@@ -61,6 +61,7 @@ CPLReel::CPLReel (xmlpp::Node const * node)
id = string_node ("Id");
asset_list = sub_node<CPLAssetList> ("AssetList");
+ ignore_node ("AnnotationText");
done ();
}