Renamed JsonObjectBase::getNestedTokenCounts() into getNestedTokenCount()

This commit is contained in:
Benoit Blanchon
2014-01-11 15:23:08 +01:00
parent 43717bff1e
commit da37162a94
4 changed files with 5 additions and 5 deletions

View File

@ -32,7 +32,7 @@ protected:
this->tokens = tokens;
}
int getNestedTokenCounts(int tokenIndex);
int getNestedTokenCount(int tokenIndex);
char* json;
jsmntok_t* tokens;