Skip to content

Commit 2c59002

Browse files
Merge pull request #529 from andreagilardoni/property-virtual-destructor
Adding missing virtual destructor to Property
2 parents 9a0b702 + 5d681e7 commit 2c59002

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/property/Property.h

+1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ class Property
142142
{
143143
public:
144144
Property();
145+
virtual ~Property() {}
145146
void init(String const name, Permission const permission, GetTimeCallbackFunc func);
146147

147148
/* Composable configuration of the Property class */

0 commit comments

Comments
 (0)