Allow CCAP reel nodes to have language tags.
[libdcp.git] / src / reel_sound_asset.h
index d95b83dcd41ededcd9d3bcb038d8fe0049feafa6..2fb01c8d110c06a6c06c87a9fb7a5d07794babf1 100644 (file)
@@ -52,7 +52,7 @@ public:
        ReelSoundAsset (boost::shared_ptr<dcp::SoundAsset> content, int64_t entry_point);
        explicit ReelSoundAsset (boost::shared_ptr<const cxml::Node>);
 
-       void write_to_cpl (xmlpp::Node* node, Standard standard) const;
+       xmlpp::Node* write_to_cpl (xmlpp::Node* node, Standard standard) const;
 
        /** @return the SoundAsset that this object refers to */
        boost::shared_ptr<SoundAsset> asset () {