summaryrefslogtreecommitdiff
path: root/src/reel_sound_asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reel_sound_asset.h')
-rw-r--r--src/reel_sound_asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_sound_asset.h b/src/reel_sound_asset.h
index d95b83dc..2fb01c8d 100644
--- a/src/reel_sound_asset.h
+++ b/src/reel_sound_asset.h
@@ -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 () {