Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@
|
||||
#include "safeguards.h"
|
||||
|
||||
/** Goal list columns. */
|
||||
enum GoalColumn {
|
||||
enum GoalColumn : uint8_t {
|
||||
GC_GOAL = 0, ///< Goal text column.
|
||||
GC_PROGRESS, ///< Goal progress column.
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user