summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/verify.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h
index 87d52d44..4b4442e4 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -51,6 +51,7 @@ public:
*/
enum Type {
VERIFY_ERROR,
+ VERIFY_BV21_ERROR, ///< may not always be considered an error, but violates a "shall" requirement of Bv2.1
VERIFY_WARNING
};