diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-03-09 21:08:51 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-03-09 21:08:51 +0100 |
| commit | d7e82f235998557e7529729d630762e309d1e654 (patch) | |
| tree | 16e56a75c80185a0e8484fdcd2df00348bde4d3b /src | |
| parent | 5f8a8d0b4e6a476f6b4d8da655fdff51bdcab8fd (diff) | |
Fix build following merge.
Diffstat (limited to 'src')
| -rw-r--r-- | src/verify.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
