summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-01-07 23:36:27 +0100
committerCarl Hetherington <cth@carlh.net>2024-04-14 22:48:35 +0200
commitd5aa7509cd1b50be5b6a929e00a2572b30585629 (patch)
treea2e0ce431ff764f7b4fd14800397b8787422f686 /src/verify.h
parent73913fea96a32df5bb8a4b439844839e7828af21 (diff)
Add operator!= for dcp::VerificationNote.
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h
index 8f6ef18f..2adb47d2 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -671,6 +671,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);
bool operator< (dcp::VerificationNote const& a, dcp::VerificationNote const& b);
std::ostream& operator<<(std::ostream& s, dcp::VerificationNote const& note);