Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

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