diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-04-02 01:27:05 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-02 01:27:05 +0200 |
| commit | e9478016478ac65d33a7cb07f067242bc9be2822 (patch) | |
| tree | 4deb871f14830d22d3ed5afe9ea69241a37db16b /src/pkl.cc | |
| parent | 5fe14174334968cbe65454f8f7b14512aa6c50ee (diff) | |
| parent | a0814a2e44e56d0378c6a47ca9c741de5cfe6356 (diff) | |
Merge branch 'tidy-verify'v1.10.54
This adjusts how the details of a lot of verification errors and warnings
are handled.
Diffstat (limited to 'src/pkl.cc')
| -rw-r--r-- | src/pkl.cc | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 { |
