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-04-20 20:06:46 +0200
commitfbf4e083ac834a94167d5d0e3d715206cb736a23 (patch)
tree40c8b7d6e7615d615543feed9dbc2afa0ec098f9 /src
parent52c03575531045c08de6e8769e8f4b00204b5ccc (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;