diff --git a/src/property/Property.h b/src/property/Property.h index 71a8447c9..7fc1ac846 100644 --- a/src/property/Property.h +++ b/src/property/Property.h @@ -142,6 +142,7 @@ class Property { public: Property(); + virtual ~Property() {} void init(String const name, Permission const permission, GetTimeCallbackFunc func); /* Composable configuration of the Property class */