mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
cc_icons: add missing virtual destructor
for usage with derived classes
This commit is contained in:
@@ -50,7 +50,7 @@ class CComponentsIconForm : public CComponentsFrmChain
|
|||||||
fb_pixel_t color_frame = COL_FRAME_PLUS_0,
|
fb_pixel_t color_frame = COL_FRAME_PLUS_0,
|
||||||
fb_pixel_t color_body = COL_MENUHEAD_PLUS_0,
|
fb_pixel_t color_body = COL_MENUHEAD_PLUS_0,
|
||||||
fb_pixel_t color_shadow = COL_SHADOW_PLUS_0);
|
fb_pixel_t color_shadow = COL_SHADOW_PLUS_0);
|
||||||
// ~CComponentsIconForm(); //inherited from CComponentsForm
|
virtual ~CComponentsIconForm() {};
|
||||||
|
|
||||||
void addIcon(const std::string& icon_name);
|
void addIcon(const std::string& icon_name);
|
||||||
void addIcon(std::vector<std::string> icon_name);
|
void addIcon(std::vector<std::string> icon_name);
|
||||||
|
Reference in New Issue
Block a user