cc_item: add missing virtual destructor

This commit is contained in:
2019-10-27 16:24:47 +01:00
parent 600230c1c2
commit b206e7025c

View File

@@ -67,6 +67,7 @@ class CComponentsItem : public CComponents
public:
CComponentsItem(CComponentsForm *parent = NULL);
virtual ~CComponentsItem(){};
///sets pointer to the form object in which this item is embedded.
void setParent(CComponentsForm *parent){cc_parent = parent;};