X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fcombine.cc;h=e974c4074ab8ef778e89e7bf1545b37358ab0bce;hb=e8c71ec28755e77bd6851b9ffd698794d214208a;hp=da893cb73d5738cfcb6485e5c157671d720f78ab;hpb=b0b3c6f0cdc034ef515f72d72fd72fbb71d1ca63;p=libdcp.git diff --git a/src/combine.cc b/src/combine.cc index da893cb7..e974c407 100644 --- a/src/combine.cc +++ b/src/combine.cc @@ -173,5 +173,5 @@ dcp::combine ( } } - output_dcp.write_xml (*standard, issuer, creator, issue_date, annotation_text, signer); + output_dcp.write_xml (issuer, creator, issue_date, annotation_text, signer); }