summaryrefslogtreecommitdiff
path: root/src/pkl.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-03-31 23:38:46 +0200
committerCarl Hetherington <cth@carlh.net>2026-04-01 23:43:00 +0200
commit7c9d62fc64ca6d66a34063d2d01988d800b770c8 (patch)
tree94de796fd6f309413ae421b046b04414d627069b /src/pkl.cc
parente567f3569669aa23675a31beff18228da57c123b (diff)
INVALID_{CPL,PKL}_NAMESPACE: note -> xml_namespace.
Diffstat (limited to 'src/pkl.cc')
-rw-r--r--src/pkl.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/pkl.cc b/src/pkl.cc
index 3b154316..0e36dbe6 100644
--- a/src/pkl.cc
+++ b/src/pkl.cc
@@ -80,11 +80,7 @@ PKL::PKL(boost::filesystem::path file, vector<dcp::VerificationNote>* notes)
_standard = Standard::SMPTE;
if (notes) {
notes->push_back(
- dcp::VerificationNote(
- dcp::VerificationNote::Code::INVALID_PKL_NAMESPACE,
- pkl.namespace_uri(),
- file
- )
+ dcp::VerificationNote(dcp::VerificationNote::Code::INVALID_PKL_NAMESPACE, file).set_xml_namespace(pkl.namespace_uri())
);
}
} else {