diff --git a/src/gui/components/cc_frm_icons.h b/src/gui/components/cc_frm_icons.h index d488134c6..b0a10d536 100644 --- a/src/gui/components/cc_frm_icons.h +++ b/src/gui/components/cc_frm_icons.h @@ -50,7 +50,7 @@ class CComponentsIconForm : public CComponentsFrmChain fb_pixel_t color_frame = COL_FRAME_PLUS_0, fb_pixel_t color_body = COL_MENUHEAD_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(std::vector icon_name);