summaryrefslogtreecommitdiff
path: root/src/cpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpl.h')
-rw-r--r--src/cpl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpl.h b/src/cpl.h
index 7716464d..fe123fd3 100644
--- a/src/cpl.h
+++ b/src/cpl.h
@@ -42,7 +42,7 @@ class ReelAsset;
class Reel;
class XMLMetadata;
class MXFMetadata;
-class Signer;
+class CertificateChain;
class DecryptedKDM;
/** @class CPL
@@ -108,7 +108,7 @@ public:
void write_xml (
boost::filesystem::path file,
Standard standard,
- boost::shared_ptr<const Signer>
+ boost::shared_ptr<const CertificateChain>
) const;
void resolve_refs (std::list<boost::shared_ptr<Object> >);