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:
@@ -88,7 +88,7 @@ CComponentsDetailsLine::~CComponentsDetailsLine()
|
||||
|
||||
|
||||
//paint details line with current parameters
|
||||
void CComponentsDetailsLine::paint(bool do_save_bg)
|
||||
void CComponentsDetailsLine::paint(const bool &do_save_bg)
|
||||
{
|
||||
hide();
|
||||
if (hasChanges())
|
||||
|
Reference in New Issue
Block a user