mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-02 00:38:26 +01:00
Added namespace ArduinoJson::Internals for private types
This commit is contained in:
@@ -45,7 +45,7 @@ namespace ArduinoJson
|
||||
using JsonObjectBase::printTo;
|
||||
|
||||
private:
|
||||
JsonValue items[N];
|
||||
Internals::JsonValue items[N];
|
||||
int itemCount;
|
||||
|
||||
virtual size_t printTo(Print& p) const
|
||||
|
||||
Reference in New Issue
Block a user