summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/verify.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/verify.h b/src/verify.h
index 6246bc14..5639eae6 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -619,20 +619,20 @@ public:
private:
enum class Data {
- NOTE, ///< further information about the error
+ ASSET_ID,
+ CALCULATED_HASH,
+ COMPONENT,
+ CPL_ID,
FILE, ///< path of file containing the error
- LINE, ///< error line number within the FILE
FRAME,
- COMPONENT,
- SIZE,
+ FRAME_RATE,
+ LINE, ///< error line number within the FILE
LOAD_FONT_ID,
- ASSET_ID,
+ NOTE, ///< further information about the error
OTHER_ASSET_ID,
- FRAME_RATE,
- CPL_ID,
- CALCULATED_HASH,
+ REEL_INDEX, ///< reel index, counting from 0
REFERENCE_HASH,
- REEL_INDEX ///< reel index, counting from 0
+ SIZE,
};
template <class T>