Reels can have AnnotationText.
authorCarl Hetherington <cth@carlh.net>
Thu, 23 Aug 2012 18:24:08 +0000 (19:24 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 23 Aug 2012 18:24:08 +0000 (19:24 +0100)
src/cpl.cc

index 58ee0cce743be77f3db0e65b9100baf817041f05..649d54b7aeb1c257e01df9c0a4fc7005296ddf37 100644 (file)
@@ -61,6 +61,7 @@ CPLReel::CPLReel (xmlpp::Node const * node)
        id = string_node ("Id");
        asset_list = sub_node<CPLAssetList> ("AssetList");
 
+       ignore_node ("AnnotationText");
        done ();
 }