diff --git a/src/ArduinoJson/Memory/StringNode.hpp b/src/ArduinoJson/Memory/StringNode.hpp index 44254a87..9ce5cca3 100644 --- a/src/ArduinoJson/Memory/StringNode.hpp +++ b/src/ArduinoJson/Memory/StringNode.hpp @@ -22,8 +22,8 @@ struct StringNode { using length_type = uint_t::type; struct StringNode* next; - length_type length; references_type references; + length_type length; char data[1]; static constexpr size_t maxLength = numeric_limits::highest();