summaryrefslogtreecommitdiff
path: root/src/pkl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkl.h')
-rw-r--r--src/pkl.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/pkl.h b/src/pkl.h
index 88443057..b72fa2f8 100644
--- a/src/pkl.h
+++ b/src/pkl.h
@@ -52,6 +52,9 @@
namespace dcp {
+class VerificationNote;
+
+
class PKL : public Object, public AssetList
{
public:
@@ -59,7 +62,7 @@ public:
: AssetList(standard, annotation_text, issue_date, issuer, creator)
{}
- explicit PKL (boost::filesystem::path file);
+ explicit PKL(boost::filesystem::path file, std::vector<dcp::VerificationNote>* notes = nullptr);
boost::optional<std::string> hash (std::string id) const;
boost::optional<std::string> type (std::string id) const;