X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fverify.h;h=372da7644f8f6d08cb5242eb66ac0c0a9542b7e7;hb=3e866abeee4de737a04719ff8ab6c6bf46bb4d74;hp=08be77c6333e107bdbe302bf4165395904831f95;hpb=5e1ce36be463bfc48663d4697860340649060d01;p=libdcp.git diff --git a/src/verify.h b/src/verify.h index 08be77c6..372da764 100644 --- a/src/verify.h +++ b/src/verify.h @@ -455,6 +455,7 @@ std::vector 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);