Remove ReelEncryptableAsset and tidy up a bit.
[libdcp.git] / src / decrypted_kdm.h
index 16b0acbab0fc4280939239960b82f4d36d6cece0..6bdd9fcd459006226af62d57985286d21e6fbb2f 100644 (file)
@@ -60,7 +60,7 @@ class DecryptedKDMKey;
 class EncryptedKDM;
 class CertificateChain;
 class CPL;
-class ReelEncryptableAsset;
+class ReelFileAsset;
 
 
 /** @class DecryptedKDM
@@ -99,7 +99,7 @@ public:
         */
        DecryptedKDM (
                std::string cpl_id,
-               std::map<std::shared_ptr<const ReelEncryptableAsset>, Key> keys,
+               std::map<std::shared_ptr<const ReelFileAsset>, Key> keys,
                LocalTime not_valid_before,
                LocalTime not_valid_after,
                std::string annotation_text,