mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
cc-classes: add missing virtual destructors
This commit is contained in:
@@ -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(){};
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user