diff --git a/src/gui/components/cc.h b/src/gui/components/cc.h index 892038ee3..41dc770bb 100644 --- a/src/gui/components/cc.h +++ b/src/gui/components/cc.h @@ -188,7 +188,7 @@ class CComponentsText : public CComponentsItem std::string ct_text; 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 clearCCText();