Reduced the size of JsonValue by no implementing Printable

This commit is contained in:
Benoit Blanchon
2014-07-06 21:08:04 +02:00
parent 8f9d3b638f
commit 2e97dbdedc

View File

@ -12,7 +12,7 @@ namespace ArduinoJson
{ {
namespace Generator namespace Generator
{ {
class JsonValue : public Printable class JsonValue
{ {
public: public: