mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
components: use const bool& parameter in paint methodes
This commit is contained in:
@@ -498,7 +498,7 @@ void CCDraw::enablePaintCache(bool enable)
|
||||
}
|
||||
|
||||
//paint framebuffer layers
|
||||
void CCDraw::paintFbItems(bool do_save_bg)
|
||||
void CCDraw::paintFbItems(const bool &do_save_bg)
|
||||
{
|
||||
//Pick up signal if filled and execute slots.
|
||||
OnBeforePaintLayers();
|
||||
|
Reference in New Issue
Block a user