mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CComponentsText: use member function 'ToString' as static
This commit is contained in:
@@ -188,7 +188,7 @@ class CComponentsText : public CComponentsItem
|
|||||||
std::string ct_text;
|
std::string ct_text;
|
||||||
bool ct_text_sent, ct_paint_textbg;
|
bool ct_text_sent, ct_paint_textbg;
|
||||||
|
|
||||||
std::string iToString(int int_val); //helper to convert int to string
|
static std::string iToString(int int_val); //helper to convert int to string
|
||||||
|
|
||||||
void initVarText();
|
void initVarText();
|
||||||
void clearCCText();
|
void clearCCText();
|
||||||
|
Reference in New Issue
Block a user