summaryrefslogtreecommitdiff
path: root/src/combine.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-11 22:24:44 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-12 01:22:10 +0200
commit498806d76160a6b1fa0af58e7734c0f553abf12b (patch)
treec5898dca2e84901ea003decb1f3671226d8e53c9 /src/combine.cc
parent7d66bda50ade8ea618f331b885f1bfa4fa0a2af9 (diff)
Specify CPL standard on construction.
Then choose which standard DCP should use based on the CPL(s).
Diffstat (limited to 'src/combine.cc')
-rw-r--r--src/combine.cc2
1 files changed, 1 insertions, 1 deletions
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);
}