cc-classes: add missing virtual destructors

Origin commit data
------------------
Commit: 2b5e1e1acc
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)
This commit is contained in:
2019-10-27 22:56:49 +01:00
committed by vanhofen
parent c2d866be90
commit 1e51ce8681
7 changed files with 12 additions and 2 deletions

View File

@@ -204,6 +204,8 @@ class CComponentsWindow : public CComponentsForm, CCHeaderTypes
fb_pixel_t color_body = COL_MENUCONTENT_PLUS_0,
fb_pixel_t color_shadow = COL_SHADOW_PLUS_0);
virtual ~CComponentsWindow(){};
/**
* Add an item to body object, also usable is addCCItem() to add items to the window object
* @param[in] cc_Item