mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 02:11:11 +02:00
components: use const bool& parameter in paint methodes
This commit is contained in:
@@ -77,7 +77,7 @@ class CComponentsDetailsLine : public CComponents
|
||||
void setLineWidth(const int& w){dl_w = w;}
|
||||
|
||||
///paint all to screen
|
||||
void paint(bool do_save_bg = CC_SAVE_SCREEN_YES);
|
||||
void paint(const bool &do_save_bg = CC_SAVE_SCREEN_YES);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user