diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-31 23:38:46 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-01 23:43:00 +0200 |
| commit | 7c9d62fc64ca6d66a34063d2d01988d800b770c8 (patch) | |
| tree | 94de796fd6f309413ae421b046b04414d627069b /src/cpl.cc | |
| parent | e567f3569669aa23675a31beff18228da57c123b (diff) | |
INVALID_{CPL,PKL}_NAMESPACE: note -> xml_namespace.
Diffstat (limited to 'src/cpl.cc')
| -rw-r--r-- | src/cpl.cc | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -127,11 +127,7 @@ CPL::CPL(boost::filesystem::path file, vector<dcp::VerificationNote>* notes) } else { if (notes) { notes->push_back( - dcp::VerificationNote( - dcp::VerificationNote::Code::INVALID_CPL_NAMESPACE, - f.namespace_uri(), - file - ) + dcp::VerificationNote(dcp::VerificationNote::Code::INVALID_CPL_NAMESPACE, file).set_xml_namespace(f.namespace_uri()) ); } _standard = Standard::INTEROP; |
