mirror of
https://github.com/glest/glest-source.git
synced 2025-08-28 02:09:54 +02:00
Fixed libstreflop warnings
This commit is contained in:
@@ -135,7 +135,8 @@ namespace Shared {
|
||||
// =====================================
|
||||
Thread::Thread() : thread(NULL),
|
||||
mutexthreadAccessor(new Mutex(CODE_AT_LINE)),
|
||||
deleteAfterExecute(false), currentState(thrsNew) {
|
||||
currentState(thrsNew),
|
||||
deleteAfterExecute(false) {
|
||||
addThreadToList();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user