Another incorrect enum namespace.
authorCarl Hetherington <cth@carlh.net>
Sat, 14 Dec 2019 23:19:51 +0000 (00:19 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 14 Dec 2019 23:19:51 +0000 (00:19 +0100)
tools/common.cc

index 7ae3dae07e5691c71d82d35c2c05c8f8fd647877..91dba995874eee28f7b4e07552b84d5322b3fa17 100644 (file)
@@ -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);
                }