Considerable re-work of KDM class to express the difference between encrypted and...
[libdcp.git] / src / reel.h
index 14def9c80593fc1f03f9218882b35ab55df42352..5bb19eb01020f18ba158d78ca257804d89850a87 100644 (file)
@@ -34,7 +34,7 @@ namespace cxml {
 
 namespace dcp {
 
-class KDM;
+class DecryptedKDM;
 class ReelAsset;
 class ReelPictureAsset;
 class ReelSoundAsset;
@@ -81,7 +81,7 @@ public:
        
        bool equals (boost::shared_ptr<const Reel> other, EqualityOptions opt, boost::function<void (NoteType, std::string)> notes) const;
 
-       void add (KDM const &);
+       void add (DecryptedKDM const &);
 
        void resolve_refs (std::list<boost::shared_ptr<Object> >);