X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/10c0d7324d1a25feebaaf6f5bf9b6054e03dd0b3..6559a5e4376e705b8052162a67f79d6dff31a469:/stglibs/json.lib/include/stg/json_parser.h diff --git a/stglibs/json.lib/include/stg/json_parser.h b/stglibs/json.lib/include/stg/json_parser.h index 73009d2f..d20e669d 100644 --- a/stglibs/json.lib/include/stg/json_parser.h +++ b/stglibs/json.lib/include/stg/json_parser.h @@ -55,7 +55,7 @@ class Parser virtual ~Parser(); bool append(const char* data, size_t size); - bool done(); + bool last(); private: class Impl;