mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
components: use const bool& parameter in paint methodes
This commit is contained in:
@@ -115,7 +115,7 @@ void CNaviBar::initCCItems()
|
||||
}
|
||||
|
||||
|
||||
void CNaviBar::paint(bool do_save_bg)
|
||||
void CNaviBar::paint(const bool &do_save_bg)
|
||||
{
|
||||
hideCCItems();
|
||||
nb_lText->hide();
|
||||
|
Reference in New Issue
Block a user