mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
CComponentsScrollBar: fix possible build error with -Werror=sign-compare
This commit is contained in:
@@ -49,7 +49,7 @@ class CComponentsScrollBar : public CComponentsFrmChain
|
||||
fb_pixel_t sb_segment_col, sb_segment_col_sel;
|
||||
|
||||
///count of segments
|
||||
int sb_segments_count;
|
||||
u_int32_t sb_segments_count;
|
||||
|
||||
///mark id
|
||||
int sb_mark_id;
|
||||
|
Reference in New Issue
Block a user