summaryrefslogtreecommitdiff
path: root/src/reel_atmos_asset.h
diff options
context:
space:
mode:
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);