Considerable re-work of KDM class to express the difference between encrypted and...
[libdcp.git] / src / dcp.h
index d6275037c1582ce4719639b98ae4b4237c87c72f..450a3c00a4b72db6d39a8f6a0c62bd15c8fc0c88 100644 (file)
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -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,