mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +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
|
||||
void setFrameThickness(const int& thickness);
|
||||
///return of frame thickness
|
||||
int getFrameThickness(){return fr_thickness;}
|
||||
int getFrameThickness() const {return fr_thickness;}
|
||||
///set frame color
|
||||
void setColorFrame(fb_pixel_t color){col_frame = color;}
|
||||
|
||||
|
Reference in New Issue
Block a user