cc_icons: add missing virtual destructor

for usage with derived classes


Origin commit data
------------------
Commit: dad728382e
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-01-23 (Thu, 23 Jan 2020)
This commit is contained in:
2020-01-23 21:15:51 +01:00
committed by vanhofen
parent 4fb0bd9247
commit 1314e71781

View File

@@ -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<std::string> icon_name);