mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-14 08:53:43 +02:00
components: use const bool& parameter in paint methodes
This commit is contained in:
@@ -247,7 +247,7 @@ void CVolumeBar::paintVolScale()
|
||||
vb_pb->paint(CC_SAVE_SCREEN_NO);
|
||||
}
|
||||
|
||||
void CVolumeBar::paint(bool do_save_bg)
|
||||
void CVolumeBar::paint(const bool &do_save_bg)
|
||||
{
|
||||
//prepare items
|
||||
initVolumeBarItems();
|
||||
|
Reference in New Issue
Block a user