X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fdecrypted_kdm.h;fp=src%2Fdecrypted_kdm.h;h=16b0acbab0fc4280939239960b82f4d36d6cece0;hb=093525165f6397ba9eaffd19833dc978bcb32d55;hp=6bdd9fcd459006226af62d57985286d21e6fbb2f;hpb=c59e6c0e64f95afc7c33168e7c7562502411bd01;p=libdcp.git diff --git a/src/decrypted_kdm.h b/src/decrypted_kdm.h index 6bdd9fcd..16b0acba 100644 --- a/src/decrypted_kdm.h +++ b/src/decrypted_kdm.h @@ -60,7 +60,7 @@ class DecryptedKDMKey; class EncryptedKDM; class CertificateChain; class CPL; -class ReelFileAsset; +class ReelEncryptableAsset; /** @class DecryptedKDM @@ -99,7 +99,7 @@ public: */ DecryptedKDM ( std::string cpl_id, - std::map, Key> keys, + std::map, Key> keys, LocalTime not_valid_before, LocalTime not_valid_after, std::string annotation_text,