X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/10c0d7324d1a25feebaaf6f5bf9b6054e03dd0b3..59d20816e25f345a8a9cb778f954f1aa955883e6:/stglibs/json.lib/include/stg/json_parser.h?ds=sidebyside 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;