summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h
index c0491422..045c12c2 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -381,6 +381,8 @@ public:
MISMATCHED_TIMED_TEXT_DURATION,
/** Something could not be verified because content is encrypted and no key is available */
MISSED_CHECK_OF_ENCRYPTED,
+ /** Some timed-text XML has an empty <Text> node */
+ EMPTY_TEXT
};
VerificationNote (Type type, Code code)