summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-01-08 00:45:04 +0100
committerCarl Hetherington <cth@carlh.net>2024-04-15 10:59:34 +0200
commit727d2d499e5be925ef1b4076073aa8d2916b30ed (patch)
treeacf8710f08317a3de6436bd76d94c02367862bd4 /src/verify.h
parente274f96b55a535698224c0331025c67d31aa8f27 (diff)
Add OK note when content version label text is valid.
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 071a3e0c..081007c9 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -491,6 +491,7 @@ public:
* file contains the CPL filename
*/
EMPTY_CONTENT_VERSION_LABEL_TEXT,
+ VALID_CONTENT_VERSION_LABEL_TEXT,
};
VerificationNote (Type type, Code code)