mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-29 10:17:39 +02: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