Fix truncated subtitle output.
[libdcp.git] / src / reel_sound_asset.h
index 42835c848f192652065db6f0b46368a184b68854..7725c6158bc1337760a202b16a81b5edc7c5811e 100644 (file)
@@ -34,7 +34,7 @@ namespace dcp {
 class ReelSoundAsset : public ReelAsset
 {
 public:
-       ReelSoundAsset (boost::shared_ptr<Content> content, int64_t entry_point);
+       ReelSoundAsset (boost::shared_ptr<dcp::SoundMXF> content, int64_t entry_point);
        ReelSoundAsset (boost::shared_ptr<const cxml::Node>);
 
        boost::shared_ptr<SoundMXF> mxf () {