mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
components: use const bool& parameter in paint methodes
Origin commit data
------------------
Commit: 07d8f07d4d
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)
This commit is contained in:
@@ -211,7 +211,7 @@ int CProgressWindow::exec(CMenuTarget* parent, const string & /*actionKey*/)
|
||||
return menu_return::RETURN_REPAINT;
|
||||
}
|
||||
|
||||
void CProgressWindow::paint(bool do_save_bg)
|
||||
void CProgressWindow::paint(const bool &do_save_bg)
|
||||
{
|
||||
fitItems();
|
||||
CComponentsWindow::paint(do_save_bg);
|
||||
|
Reference in New Issue
Block a user