mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
CComponentsFrmClock: fix shaodow warning
size is a member name of CComponentsForm
This commit is contained in:
@@ -100,7 +100,7 @@ class CComponentsFrmClock : public CComponentsForm
|
||||
|
||||
///set font type or font size for segments
|
||||
virtual void setClockFont(int font);
|
||||
virtual void setClockFontSize(int size);
|
||||
virtual void setClockFontSize(int font_size);
|
||||
|
||||
///set text color
|
||||
virtual void setTextColor(fb_pixel_t color_text){ cl_col_text = color_text;};
|
||||
|
Reference in New Issue
Block a user