CComponentsSlider: fix debug output

Origin commit data
------------------
Branch: ni/coolstream
Commit: 2ca246a30d
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2014-01-12 13:50:28 +01:00
parent 3ec81384cc
commit 2e518884b9
2 changed files with 13 additions and 4 deletions

View File

@@ -85,6 +85,7 @@ class CComponentsSlider : public CComponentsForm
void setValuePos(const int& current_value);
void setValueScale(const int& min_value, const int& max_value);
void setSliderIcon(const std::string &icon_name);
// void paint(bool do_save_bg = CC_SAVE_SCREEN_YES);
};