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:
@@ -157,7 +157,7 @@ void CComponentsSlider::setSliderIcon(const std::string &icon_name)
|
||||
initCCSlSlider();
|
||||
}
|
||||
|
||||
// void CComponentsSlider::paint(bool do_save_bg)
|
||||
// void CComponentsSlider::paint(const bool &do_save_bg)
|
||||
// {
|
||||
// //prepare items before paint
|
||||
// initCCSlItems();
|
||||
|
Reference in New Issue
Block a user