mirror of
https://github.com/nlohmann/json.git
synced 2026-05-21 21:55:23 +00: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