summaryrefslogtreecommitdiff
path: root/test/dcp_font_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-10 21:05:54 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-10 21:05:54 +0000
commit1ee5cc88cb32927f95358e2d03985caf5a1d8e05 (patch)
treedd7a17fbcae7179d79249d5bde08319d6159cf7f /test/dcp_font_test.cc
parent0ffc4c35a9ae232f3bed9329997c043c42372f6f (diff)
Move some more stuff up to Package.
Diffstat (limited to 'test/dcp_font_test.cc')
-rw-r--r--test/dcp_font_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dcp_font_test.cc b/test/dcp_font_test.cc
index e7d74e9d..9079f075 100644
--- a/test/dcp_font_test.cc
+++ b/test/dcp_font_test.cc
@@ -51,7 +51,7 @@ BOOST_AUTO_TEST_CASE (interop_dcp_font_test)
shared_ptr<dcp::dc::CPL> cpl (new dcp::dc::CPL ("", dcp::TRAILER));
cpl->add (reel);
- dcp.add (cpl);
+ dcp.add_cpl (cpl);
dcp.write_xml (dcp::DCP_INTEROP);
dcp::dc::Package dcp2 (directory);
@@ -88,7 +88,7 @@ BOOST_AUTO_TEST_CASE (smpte_dcp_font_test)
shared_ptr<dcp::dc::CPL> cpl (new dcp::dc::CPL ("", dcp::TRAILER));
cpl->add (reel);
- dcp.add (cpl);
+ dcp.add_cpl (cpl);
dcp.write_xml (dcp::DCP_SMPTE);
dcp::dc::Package dcp2 (directory);