Skip to content

Commit

Permalink
Fixed GCC warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Dec 21, 2014
1 parent 2932c4e commit 8560583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ArduinoJson/DynamicJsonBuffer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ class DynamicJsonBuffer : public JsonBuffer {
return _next->alloc(bytes);
}

DynamicJsonBuffer* _next;
size_t _size;
uint8_t _buffer[BLOCK_CAPACITY];
DynamicJsonBuffer* _next;
};
}

0 comments on commit 8560583

Please sign in to comment.