summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h
index 7696ea85..ed5cac4c 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -432,6 +432,10 @@ public:
* file contains the CPL filename
*/
INVALID_MAIN_SOUND_CONFIGURATION,
+ /** An interop subtitle file has a <LoadFont> node which refers to a font file that is not found.
+ * note contains the <LoadFont> ID
+ */
+ MISSING_FONT
};
VerificationNote (Type type, Code code)