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 e219c6ec..1403797c 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -75,6 +75,8 @@ public:
MISSING_ASSET,
/** The DCP contains both SMPTE and Interop-standard components */
MISMATCHED_STANDARD,
+ /** A urn:uuid ID is badly formed */
+ BAD_URN_UUID,
};
VerificationNote (Type type, Code code)