summaryrefslogtreecommitdiff
path: root/src/reel_sound_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-11 00:10:30 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-11 20:50:08 +0200
commit1a284b7c409567b6ecb223adece779487f70ac92 (patch)
treef36367b4444037e09b0224da3ea76dfcb248c241 /src/reel_sound_asset.h
parent093525165f6397ba9eaffd19833dc978bcb32d55 (diff)
Extract some parts of ReelEncryptableAsset into ReelFileAsset
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 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);