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