Missing libdcp prefix.
authorCarl Hetherington <cth@carlh.net>
Tue, 20 Mar 2018 13:39:21 +0000 (13:39 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 20 Mar 2018 13:39:21 +0000 (13:39 +0000)
src/lib/verify_dcp_job.cc

index 0a54cabd03f9c5ff24f014d8fe7fad9f052fab73..8ac41d2a4b9f70fc4edea9cb957c4825e0056d48 100644 (file)
@@ -53,7 +53,7 @@ VerifyDCPJob::run ()
 
        bool failed = false;
        BOOST_FOREACH (dcp::VerificationNote i, _notes) {
-               if (i.type() == dcp::VerificationNote::ERROR) {
+               if (i.type() == dcp::VerificationNote::VERIFY_ERROR) {
                        failed = true;
                }
        }