summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h
index 5e2c3c1f..d565abfa 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -401,6 +401,11 @@ public:
* file contains the CPL filename
*/
INVALID_MAIN_PICTURE_ACTIVE_AREA,
+ /** A PKL has more than one asset with the same ID
+ * note contains the PKL ID
+ * file contains the PKL filename
+ */
+ DUPLICATE_ASSET_ID_IN_PKL
};
VerificationNote (Type type, Code code)