diff --git a/src/gui/components/cc_timer.h b/src/gui/components/cc_timer.h index 61623d474..023168472 100644 --- a/src/gui/components/cc_timer.h +++ b/src/gui/components/cc_timer.h @@ -131,7 +131,7 @@ class CComponentsTimer : public sigc::trackable * @return * void */ - void setThreadName(const std::string& n) { name = n; }; + void setThreadName(const std::string& n) { name = tn = n; } /**Provides a signal handler to receive any function or methode. * Use this in your class where ever you need time controled actions.