From 9df5d430d9929bd1f958cb8cffeeba5421d3e281 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Mon, 22 Apr 2013 21:06:37 +0200 Subject: [PATCH] CComponentsText: use member function 'ToString' as static Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/ca9d7add4858453fe56ecd1316137d784c6f3b96 Author: Thilo Graf Date: 2013-04-22 (Mon, 22 Apr 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/components/cc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();