Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

Revision:
15:e30cb7ae56af
Parent:
11:e1bee9a77652
Child:
19:81dfc04ce0bb
--- a/CharValue.h	Mon Feb 16 09:15:55 2015 +0000
+++ b/CharValue.h	Wed Feb 18 10:16:38 2015 +0000
@@ -52,7 +52,7 @@
 {
 	public:
 		CharValue(const char*, bool = false);
-		~CharValue();
+		virtual ~CharValue();
 
 		uint8_t valueType() const;
 		long integerValue() const;