Make ReelAsset the parent of ReelFileAsset.
[libdcp.git] / src / reel_sound_asset.h
index c5619ad9655e1d05195b40f541c88aae8c7f9c4c..bf686ec9fcf62281a535483008520971f60d4d6e 100644 (file)
@@ -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, public ReelEncryptableAsset
+class ReelSoundAsset : public ReelFileAsset, public ReelEncryptableAsset
 {
 public:
        ReelSoundAsset (std::shared_ptr<dcp::SoundAsset> content, int64_t entry_point);