]> git.stg.codes - stg.git/blobdiff - stglibs/json.lib/include/stg/json_parser.h
Minor fixes in JSON parser.
[stg.git] / stglibs / json.lib / include / stg / json_parser.h
index 73009d2fd510225f8e970567c7d00f9298947182..d20e669df49543d0cf91538b6939faf08a6088c1 100644 (file)
@@ -55,7 +55,7 @@ class Parser
         virtual ~Parser();
 
         bool append(const char* data, size_t size);
-        bool done();
+        bool last();
 
     private:
         class Impl;