summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-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 14b0da36..6da9cf20 100644
--- a/examples/make_dcp.cc
+++ b/examples/make_dcp.cc
@@ -109,7 +109,7 @@ main ()
is ready to ingest and play.
*/
libdcp::XMLMetadata metadata;
- dcp.write_xml (metadata);
+ dcp.write_xml (false, metadata);
return 0;
}