diff options
Diffstat (limited to 'src/reel_picture_asset.h')
| -rw-r--r-- | src/reel_picture_asset.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/reel_picture_asset.h b/src/reel_picture_asset.h index 98615c72..2acbc282 100644 --- a/src/reel_picture_asset.h +++ b/src/reel_picture_asset.h @@ -25,6 +25,7 @@ #define LIBDCP_REEL_PICTURE_ASSET_H #include "reel_encryptable_asset.h" +#include "reel_asset.h" #include "picture_asset.h" namespace dcp { @@ -32,7 +33,7 @@ namespace dcp { /** @class ReelPictureAsset * @brief Part of a Reel's description which refers to a picture asset. */ -class ReelPictureAsset : public ReelEncryptableAsset +class ReelPictureAsset : public ReelAsset, public ReelEncryptableAsset { public: ReelPictureAsset (); |
