From 15f57fb7a60b8c88e11ec611c8fd3b1080aae8c8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 15 Dec 2019 00:09:57 +0100 Subject: More adventures in the art of enum namespacing. --- tools/common.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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& notes, bool ignore_missing_asset list::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); } -- cgit v1.2.3