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:
@@ -6,7 +6,7 @@
|
||||
template<int CAPACITY>
|
||||
class StaticJsonBuffer : public JsonBuffer
|
||||
{
|
||||
friend JsonObject;
|
||||
friend class JsonObject;
|
||||
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user