X-Git-Url: https://main.carlh.net/gitweb/?p=libdcp.git;a=blobdiff_plain;f=src%2Freel_sound_asset.h;h=3048fd03a83e46d24e8503c51b2c6bd8c614e3c6;hp=e6143f11a87d26ecfa3004f4d25b5873640d53ad;hb=093525165f6397ba9eaffd19833dc978bcb32d55;hpb=c59e6c0e64f95afc7c33168e7c7562502411bd01 diff --git a/src/reel_sound_asset.h b/src/reel_sound_asset.h index e6143f11..3048fd03 100644 --- a/src/reel_sound_asset.h +++ b/src/reel_sound_asset.h @@ -37,7 +37,7 @@ */ -#include "reel_file_asset.h" +#include "reel_encryptable_asset.h" #include "reel_asset.h" #include "sound_asset.h" #include @@ -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 ReelFileAsset +class ReelSoundAsset : public ReelAsset, public ReelEncryptableAsset { public: ReelSoundAsset (std::shared_ptr content, int64_t entry_point);