mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
cc_item: add missing virtual destructor
This commit is contained in:
@@ -67,6 +67,7 @@ class CComponentsItem : public CComponents
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
CComponentsItem(CComponentsForm *parent = NULL);
|
CComponentsItem(CComponentsForm *parent = NULL);
|
||||||
|
virtual ~CComponentsItem(){};
|
||||||
|
|
||||||
///sets pointer to the form object in which this item is embedded.
|
///sets pointer to the form object in which this item is embedded.
|
||||||
void setParent(CComponentsForm *parent){cc_parent = parent;};
|
void setParent(CComponentsForm *parent){cc_parent = parent;};
|
||||||
|
Reference in New Issue
Block a user