From afb1983635bfb70b129822ecff7de1b1f2052d05 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 28 Mar 2026 21:23:53 +0100 Subject: No-op: alphabetic sorting. --- src/verify.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src') 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 -- cgit v1.2.3