mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 16:14:05 +01:00
Pulled up code from JsonObject to JsonContainer
This commit is contained in:
@@ -9,7 +9,7 @@ struct JsonNode;
|
||||
|
||||
class JsonBuffer
|
||||
{
|
||||
friend class JsonObject;
|
||||
friend class JsonContainer;
|
||||
|
||||
public:
|
||||
// virtual ~JsonBuffer() = 0;
|
||||
|
||||
Reference in New Issue
Block a user