Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

Revision:
16:81f9e39914cf
Parent:
0:099f76422485
Child:
19:81dfc04ce0bb
--- a/HTTPResponseFilter.h	Wed Feb 18 10:16:38 2015 +0000
+++ b/HTTPResponseFilter.h	Tue Mar 03 14:51:54 2015 +0000
@@ -45,7 +45,7 @@
 {
 public:
     HTTPResponseFilter(AbstractDataSource& source);
-    ~HTTPResponseFilter();
+    virtual ~HTTPResponseFilter();
     
     char read();
     uint8_t status();