Sort notes when checking verifications.
[libdcp.git] / src / verify.h
index 08be77c6333e107bdbe302bf4165395904831f95..372da7644f8f6d08cb5242eb66ac0c0a9542b7e7 100644 (file)
@@ -455,6 +455,7 @@ std::vector<VerificationNote> verify (
 std::string note_to_string (dcp::VerificationNote note);
 
 bool operator== (dcp::VerificationNote const& a, dcp::VerificationNote const& b);
+bool operator< (dcp::VerificationNote const& a, dcp::VerificationNote const& b);
 
 std::ostream& operator<<(std::ostream& s, dcp::VerificationNote const& note);