mirror of
https://github.com/rafagafe/tiny-json.git
synced 2024-11-17 11:35:30 +00:00
Update tiny-json.h
Replaced keyword in struct jsonPool_s to fix error in Visual Studio
This commit is contained in:
parent
1d599e855b
commit
f59ab0a051
@ -156,7 +156,7 @@ static inline double json_getReal( json_t const* property ) {
|
||||
typedef struct jsonPool_s jsonPool_t;
|
||||
struct jsonPool_s {
|
||||
json_t* (*init)( jsonPool_t* pool );
|
||||
json_t* (*new)( jsonPool_t* pool );
|
||||
json_t* (*alloc)( jsonPool_t* pool );
|
||||
};
|
||||
|
||||
/** Parse a string to get a json.
|
||||
|
Loading…
Reference in New Issue
Block a user