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 3048fd03..c5619ad9 100644 --- a/src/reel_sound_asset.h +++ b/src/reel_sound_asset.h @@ -50,7 +50,7 @@ namespace dcp { /** @class ReelSoundAsset * @brief Part of a Reel's description which refers to a sound asset */ -class ReelSoundAsset : public ReelAsset, public ReelEncryptableAsset +class ReelSoundAsset : public ReelAsset, public ReelFileAsset, public ReelEncryptableAsset { public: ReelSoundAsset (std::shared_ptr<dcp::SoundAsset> content, int64_t entry_point); |
