From d7e82f235998557e7529729d630762e309d1e654 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 9 Mar 2020 21:08:51 +0100 Subject: Fix build following merge. --- src/verify.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/verify.h b/src/verify.h index 38c9ee75..8d29df6b 100644 --- a/src/verify.h +++ b/src/verify.h @@ -78,7 +78,7 @@ public: /** Some XML fails to validate against the XSD/DTD */ XML_VALIDATION_ERROR, /** No ASSETMAP{.xml} was found */ - MISSING_ASSETMAP + MISSING_ASSETMAP, /** An asset's IntrinsicDuration is less than 1 second */ INTRINSIC_DURATION_TOO_SMALL, /** An asset's Duration is less than 1 second */ -- cgit v1.2.3