Allow CCAP reel nodes to have language tags.
[libdcp.git] / src / reel_picture_asset.h
index 979bd8f6a9acf68fc99892b25484d49f32258706..a20c216f0abb9f4dedc5293d29eb229264a25f8b 100644 (file)
@@ -54,7 +54,7 @@ public:
        ReelPictureAsset (boost::shared_ptr<PictureAsset> asset, int64_t entry_point);
        explicit ReelPictureAsset (boost::shared_ptr<const cxml::Node>);
 
-       virtual void write_to_cpl (xmlpp::Node* node, Standard standard) const;
+       virtual xmlpp::Node* write_to_cpl (xmlpp::Node* node, Standard standard) const;
        virtual bool equals (boost::shared_ptr<const ReelAsset>, EqualityOptions, NoteHandler) const;
 
        /** @return the PictureAsset that this object refers to */