summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-03-28 21:23:53 +0100
committerCarl Hetherington <cth@carlh.net>2026-03-28 21:23:53 +0100
commitafb1983635bfb70b129822ecff7de1b1f2052d05 (patch)
tree2b1345d837a9aee912816203e03fa2f36ca5c89a
parent4f1309aec7787765d3a15853d55245a86e7501c9 (diff)
No-op: alphabetic sorting.
-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>