Adding volatile keyword

This commit is contained in:
Meeh 2014-02-08 22:06:01 +01:00
parent 5706ad6e5c
commit acf59f0b7e
2 changed files with 5 additions and 5 deletions

View file

@ -118,7 +118,7 @@ namespace util
private:
std::thread m_Thread;
int running;
volatile int running;
};
}
}