diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-10 23:54:31 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-10 23:54:31 +0200 |
| commit | 093525165f6397ba9eaffd19833dc978bcb32d55 (patch) | |
| tree | 5a7a1a428aff635d9be44ea9af993ac83d71fc0f /src/decrypted_kdm.h | |
| parent | c59e6c0e64f95afc7c33168e7c7562502411bd01 (diff) | |
Rename ReelFileAsset -> ReelEncryptableAsset
Diffstat (limited to 'src/decrypted_kdm.h')
| -rw-r--r-- | src/decrypted_kdm.h | 4 |
1 files changed, 2 insertions, 2 deletions
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<std::shared_ptr<const ReelFileAsset>, Key> keys, + std::map<std::shared_ptr<const ReelEncryptableAsset>, Key> keys, LocalTime not_valid_before, LocalTime not_valid_after, std::string annotation_text, |
