From 2e97dbdedc9ce692d1741eadd88f41751b40e31f Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Sun, 6 Jul 2014 21:08:04 +0200 Subject: [PATCH] Reduced the size of JsonValue by no implementing Printable --- JsonGenerator/JsonValue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JsonGenerator/JsonValue.h b/JsonGenerator/JsonValue.h index 3b53bef3..c9611430 100644 --- a/JsonGenerator/JsonValue.h +++ b/JsonGenerator/JsonValue.h @@ -12,7 +12,7 @@ namespace ArduinoJson { namespace Generator { - class JsonValue : public Printable + class JsonValue { public: