mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-17 12:32:17 +02:00
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