mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
cc_item: add missing virtual destructor
This commit is contained in:
@@ -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;};
|
||||
|
Reference in New Issue
Block a user