diff options
Diffstat (limited to 'src/lib/dcp.cc')
| -rw-r--r-- | src/lib/dcp.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp.cc b/src/lib/dcp.cc index 05b71557e..06e3e15d5 100644 --- a/src/lib/dcp.cc +++ b/src/lib/dcp.cc @@ -54,7 +54,7 @@ DCP::cpls () const if (!_tolerant) { /** We accept and ignore EMPTY_ASSET_PATH and EXTERNAL_ASSET but everything else is bad */ for (auto j: notes) { - if (j.code() == dcp::VerificationNote::EMPTY_ASSET_PATH || j.code() == dcp::VerificationNote::EXTERNAL_ASSET) { + if (j.code() == dcp::VerificationNote::Code::EMPTY_ASSET_PATH || j.code() == dcp::VerificationNote::Code::EXTERNAL_ASSET) { LOG_WARNING("Empty path in ASSETMAP of %1", i.string()); } else { boost::throw_exception(dcp::ReadError(dcp::note_to_string(j))); |
