summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-01-03 23:27:37 +0000
committerCarl Hetherington <cth@carlh.net>2022-01-03 23:28:05 +0000
commit57b4063573a6a4272a4283617dc6a6e2aba29303 (patch)
treeef09c4d93ecb1db233eea2957e82bb2cc5ec95d1 /src
parente779d157a7e5062b6582d8507b29788f8a88f0f3 (diff)
Add a test for DCP::add() for KDMs.
Diffstat (limited to 'src')
-rw-r--r--src/reel.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/reel.h b/src/reel.h
index 9a3c38d3..60b5a64b 100644
--- a/src/reel.h
+++ b/src/reel.h
@@ -59,6 +59,9 @@ namespace xmlpp {
}
+struct dcp_add_kdm_test;
+
+
namespace dcp {
@@ -137,6 +140,8 @@ public:
void resolve_refs (std::vector<std::shared_ptr<Asset>>);
private:
+ friend struct ::dcp_add_kdm_test;
+
void give_kdm_to_assets (dcp::DecryptedKDM const& kdm);
std::shared_ptr<ReelPictureAsset> _main_picture;