mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
components: use const bool& parameter in paint methodes
This commit is contained in:
@@ -288,7 +288,7 @@ void CComponentsButton::initCCBtnItems()
|
||||
}
|
||||
|
||||
|
||||
void CComponentsButton::paint(bool do_save_bg)
|
||||
void CComponentsButton::paint(const bool &do_save_bg)
|
||||
{
|
||||
//prepare items before paint
|
||||
initCCBtnItems();
|
||||
|
Reference in New Issue
Block a user