edits
[iotcloud.git] / version2 / src / C / Entry.h
index acdd04a8a0174d431516ac13866a4ee45ab0e054..2a0c9f42a8c230fea2a2d3d8bcdb7704b5e3670c 100644 (file)
@@ -29,7 +29,7 @@ protected:
 
 public:
        Entry(Slot *_parentslot) : islive(true), parentslot(_parentslot) {}
-
+       virtual ~Entry() {}
        /**
         * Returns true if the Entry object is still live.
         */