Skip to content

Commit

Permalink
remove some warning..
Browse files Browse the repository at this point in the history
  • Loading branch information
vztpv authored Aug 18, 2024
1 parent dad144e commit a8d541f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion claujson.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4206,7 +4206,7 @@ namespace claujson {
class JsonView {
public:
const _Value* value;
uint64_t type; // enum? 0 - ARRAY, 1 - OBJECT, 2 - KEY, 3 - VALUE, 4 - END_ARRAY, 5 - END_OBJECT
int32_t type; // enum? 0 - ARRAY, 1 - OBJECT, 2 - KEY, 3 - VALUE, 4 - END_ARRAY, 5 - END_OBJECT
};

JsonView* _run(JsonView* view_arr, const _Value* x);
Expand Down

0 comments on commit a8d541f

Please sign in to comment.