mirror of
https://github.com/nlohmann/json.git
synced 2025-07-31 10:24:23 +03:00
🚨 fix warning
This commit is contained in:
@ -1515,9 +1515,9 @@ NLOHMANN_JSON_SERIALIZE_ENUM(cards,
|
||||
|
||||
enum TaskState
|
||||
{
|
||||
TS_STOPPED,
|
||||
TS_RUNNING,
|
||||
TS_COMPLETED,
|
||||
TS_STOPPED = 0,
|
||||
TS_RUNNING = 1,
|
||||
TS_COMPLETED = 2,
|
||||
TS_INVALID = -1,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user