cc-classes: add missing virtual destructors

This commit is contained in:
2019-10-27 16:24:47 +01:00
parent 3e58485066
commit 83dfe855b0
7 changed files with 12 additions and 2 deletions

View File

@@ -341,6 +341,8 @@ class CHint : public CHintBox
* @li optional: expects type bool, enable/disable backround paint, default = true
*/
CHint(const neutrino_locale_t Text, bool show_background = true);
virtual ~CHint(){};
};
/**