mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
components: use const bool& parameter in paint methodes
This commit is contained in:
@@ -138,7 +138,7 @@ void CComponentsInfoBox::paintPicture()
|
||||
pic->paint(CC_SAVE_SCREEN_NO);
|
||||
}
|
||||
|
||||
void CComponentsInfoBox::paint(bool do_save_bg)
|
||||
void CComponentsInfoBox::paint(const bool &do_save_bg)
|
||||
{
|
||||
paintInit(do_save_bg);
|
||||
paintPicture();
|
||||
|
Reference in New Issue
Block a user