mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-02 00:38:26 +01:00
Fixed compilation warning
This commit is contained in:
@@ -5,7 +5,7 @@ class JsonValue;
|
||||
|
||||
class JsonNodeWrapper
|
||||
{
|
||||
friend JsonValue;
|
||||
friend class JsonValue;
|
||||
|
||||
public:
|
||||
JsonNodeWrapper()
|
||||
|
||||
Reference in New Issue
Block a user