From 7c9d62fc64ca6d66a34063d2d01988d800b770c8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 31 Mar 2026 23:38:46 +0200 Subject: INVALID_{CPL,PKL}_NAMESPACE: note -> xml_namespace. --- src/cpl.cc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/cpl.cc') diff --git a/src/cpl.cc b/src/cpl.cc index 0bc333c2..6ef529c7 100644 --- a/src/cpl.cc +++ b/src/cpl.cc @@ -127,11 +127,7 @@ CPL::CPL(boost::filesystem::path file, vector* 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; -- cgit v1.2.3