summaryrefslogtreecommitdiff
path: root/src/reel_atmos_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-13 01:38:56 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-13 01:38:56 +0200
commit51ae14c7e304d4fbc8d7524d584f3f4762d51f67 (patch)
tree3c27f3924ddb4b982338384ae759e858d6cc697b /src/reel_atmos_asset.h
parentee23803a3dced33ae93346dd1e5cb6453d873023 (diff)
Make ReelAsset the parent of ReelFileAsset.
Diffstat (limited to 'src/reel_atmos_asset.h')
-rw-r--r--src/reel_atmos_asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_atmos_asset.h b/src/reel_atmos_asset.h
index 6f452c3a..8aaf6a59 100644
--- a/src/reel_atmos_asset.h
+++ b/src/reel_atmos_asset.h
@@ -55,7 +55,7 @@ class AtmosAsset;
/** @class ReelAtmosAsset
* @brief Part of a Reel's description which refers to a Atmos MXF
*/
-class ReelAtmosAsset : public ReelAsset, public ReelFileAsset, public ReelEncryptableAsset
+class ReelAtmosAsset : public ReelFileAsset, public ReelEncryptableAsset
{
public:
ReelAtmosAsset (std::shared_ptr<AtmosAsset> asset, int64_t entry_point);