fix stack buffer underflow

This commit is contained in:
Jacek Jendrzej
2017-09-21 18:46:21 +02:00
parent d61b9745bc
commit bdd23e0ece
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ class CComponentsTimer : public sigc::trackable
///name for the thread
std::string name;
std::string tn;
///mutex for timer
OpenThreads::Mutex tm_mutex;
///slot for restart signals