cc_icons: add missing virtual destructor

for usage with derived classes
This commit is contained in:
2020-01-20 08:21:40 +01:00
parent 33ab251a3b
commit ebe3b5b073

View File

@@ -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);