diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-12-13 01:29:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-13 01:29:22 +0100 |
| commit | 049a815e8b07b1f186b15f6eb4d3a6d81fecbf25 (patch) | |
| tree | 812ed65181f750a4f9aa3c6eede798a86040be33 /tools/common.cc | |
| parent | dec421b921a1b972c4597ef8600662b1aaa1e0b3 (diff) | |
Remove erroneous Code:: namespace from the VerificationNote enum.
Diffstat (limited to 'tools/common.cc')
| -rw-r--r-- | tools/common.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/common.cc b/tools/common.cc index 7ae3dae0..91dba995 100644 --- a/tools/common.cc +++ b/tools/common.cc @@ -46,7 +46,7 @@ dcp::filter_notes (list<dcp::VerificationNote>& notes, bool ignore_missing_asset list<dcp::VerificationNote>::iterator tmp = i; ++tmp; - if (ignore_missing_assets && i->code() == dcp::VerificationNote::Code::MISSING_ASSET) { + if (ignore_missing_assets && i->code() == dcp::VerificationNote::MISSING_ASSET) { notes.erase (i); } |
