mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
cc_draw: use const for getFrameThickness()
This commit is contained in:
@@ -212,7 +212,7 @@ class CCDraw : public COSDFader, public CComponentsSignals, public CCTypes
|
|||||||
///set frame thickness
|
///set frame thickness
|
||||||
void setFrameThickness(const int& thickness);
|
void setFrameThickness(const int& thickness);
|
||||||
///return of frame thickness
|
///return of frame thickness
|
||||||
int getFrameThickness(){return fr_thickness;}
|
int getFrameThickness() const {return fr_thickness;}
|
||||||
///set frame color
|
///set frame color
|
||||||
void setColorFrame(fb_pixel_t color){col_frame = color;}
|
void setColorFrame(fb_pixel_t color){col_frame = color;}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user