mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-16 20:12:16 +02:00
Made JsonNode::type private
This commit is contained in:
@ -27,9 +27,9 @@ public:
|
||||
JsonValue createValue();
|
||||
|
||||
protected:
|
||||
virtual JsonNode* allocateNode() = 0;
|
||||
virtual void* allocateNode() = 0;
|
||||
|
||||
private:
|
||||
JsonNode* createNode(JsonNodeType type = JSON_UNDEFINED);
|
||||
JsonNode* createNode();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user