Manager+Util: Change enum class type from int to uint8_t (4 -> 1 byte)

This commit is contained in:
Riyyi
2022-07-28 10:57:41 +02:00
parent f58113e257
commit b574a79dfe
8 changed files with 15 additions and 19 deletions
-9
View File
@@ -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);