gcc 4.2 fix
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@907 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
6c4aa78aa5
commit
1e72cc7149
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ using namespace ::std;
|
|||
#define nullptr 0
|
||||
|
||||
|
||||
volatile ::Loki::LevelMutexInfo * ::Loki::LevelMutexInfo::s_currentMutex = nullptr;
|
||||
LOKI_THREAD_LOCAL volatile ::Loki::LevelMutexInfo * ::Loki::LevelMutexInfo::s_currentMutex = nullptr;
|
||||
|
||||
unsigned int ::Loki::MutexSleepWaits::sleepTime = 1;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue