Manager+Util: Change enum class type from int to uint8_t (4 -> 1 byte)
This commit is contained in:
@@ -21,15 +21,6 @@ public:
|
||||
Job(std::string_view input);
|
||||
virtual ~Job();
|
||||
|
||||
enum class Color {
|
||||
None,
|
||||
Info,
|
||||
Warn,
|
||||
Danger,
|
||||
Success,
|
||||
Comment,
|
||||
};
|
||||
|
||||
Value fire();
|
||||
|
||||
void printErrorLine(Token token, const char* message);
|
||||
|
||||
Reference in New Issue
Block a user