Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

Revision:
15:e30cb7ae56af
Parent:
11:e1bee9a77652
Child:
19:81dfc04ce0bb
--- a/ParsedRecord.h	Mon Feb 16 09:15:55 2015 +0000
+++ b/ParsedRecord.h	Wed Feb 18 10:16:38 2015 +0000
@@ -76,7 +76,7 @@
 {
 	public:
 		ParsedRecord(bool = false);
-		~ParsedRecord();
+		virtual ~ParsedRecord();
 
 		size_t values() const;
 		const Value& value(size_t) const;