summaryrefslogtreecommitdiff
path: root/examples/make_dcp.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 /examples/make_dcp.cc
parent0ffc4c35a9ae232f3bed9329997c043c42372f6f (diff)
Move some more stuff up to Package.
Diffstat (limited to 'examples/make_dcp.cc')
-rw-r--r--examples/make_dcp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/make_dcp.cc b/examples/make_dcp.cc
index 99969dba..f3829009 100644
--- a/examples/make_dcp.cc
+++ b/examples/make_dcp.cc
@@ -104,7 +104,7 @@ main ()
/* Write the DCP */
dcp::dc::Package dcp ("DCP");
- dcp.add (cpl);
+ dcp.add_cpl (cpl);
dcp.write_xml (dcp::DCP_SMPTE);
return 0;