summaryrefslogtreecommitdiff
path: root/src/reel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-19 21:46:01 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-19 21:46:01 +0000
commit7702e5d643440e75369078863b34f8a574ee4143 (patch)
treee01edc51718fd6c475b449748ff7fa6e5c526bc9 /src/reel.h
parentc91aa27e13703874c944fed763b5b039ceae71d2 (diff)
Considerable re-work of KDM class to express the difference between encrypted and unencrypted KDMs.
Diffstat (limited to 'src/reel.h')
-rw-r--r--src/reel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reel.h b/src/reel.h
index 14def9c8..5bb19eb0 100644
--- a/src/reel.h
+++ b/src/reel.h
@@ -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> >);