diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-19 21:46:01 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-19 21:46:01 +0000 |
| commit | 7702e5d643440e75369078863b34f8a574ee4143 (patch) | |
| tree | e01edc51718fd6c475b449748ff7fa6e5c526bc9 /src/dcp.h | |
| parent | c91aa27e13703874c944fed763b5b039ceae71d2 (diff) | |
Considerable re-work of KDM class to express the difference between encrypted and unencrypted KDMs.
Diffstat (limited to 'src/dcp.h')
| -rw-r--r-- | src/dcp.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -46,7 +46,7 @@ class Reel; class CPL; class XMLMetadata; class Signer; -class KDM; +class DecryptedKDM; class Asset; namespace parse { @@ -89,7 +89,7 @@ public: bool encrypted () const; - void add (KDM const &); + void add (DecryptedKDM const &); void write_xml ( Standard standard, |
