diff options
Diffstat (limited to 'src/reel_sound_asset.h')
| -rw-r--r-- | src/reel_sound_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_sound_asset.h b/src/reel_sound_asset.h index 42835c84..7725c615 100644 --- a/src/reel_sound_asset.h +++ b/src/reel_sound_asset.h @@ -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 () { |
