X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/10c0d7324d1a25feebaaf6f5bf9b6054e03dd0b3..c5f062cd6510b042c8fab3725f95a0588369b089:/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;