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