forked from bblanchon/ArduinoJson
Made JsonNode::type private
This commit is contained in:
@ -28,7 +28,7 @@ public:
|
||||
}
|
||||
|
||||
protected:
|
||||
virtual JsonNode* allocateNode()
|
||||
virtual void* allocateNode()
|
||||
{
|
||||
if (_size >= CAPACITY) return 0;
|
||||
|
||||
|
Reference in New Issue
Block a user