Made JsonNodeType private

This commit is contained in:
Benoit Blanchon
2014-10-09 14:31:25 +02:00
parent 1bff34a204
commit 0dce0022d3
3 changed files with 44 additions and 55 deletions

View File

@ -23,5 +23,4 @@ public:
private:
JsonNode* getOrCreateNodeAt(const char* key);
JsonNode* createContainerNodeAt(const char* key, JsonNodeType type);
};