mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 02:11:11 +02:00
cc-classes: add missing virtual destructors
This commit is contained in:
@@ -74,7 +74,8 @@ class CComponentsFrmChain : public CComponentsForm
|
||||
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);
|
||||
// ~CComponentsFrmChain(); //inherited from CComponentsForm
|
||||
|
||||
virtual ~CComponentsFrmChain(){};
|
||||
|
||||
///defines mode for arrangement direction of items, see also chn_direction
|
||||
virtual void setDirection(int direction);
|
||||
|
Reference in New Issue
Block a user