diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-25 13:34:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-25 13:34:52 +0100 |
| commit | 5384418af0299194ecf3e27fd2e443e7d882a713 (patch) | |
| tree | f98eb2909e4601d56774d1c23119b23aa91ecdb6 /examples | |
| parent | b3e7a9625f860e7d83c4077b24fe811eb9941456 (diff) | |
Tidy up interop API.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/make_dcp.cc | 2 |
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; } |
