This commit is contained in:
David Rose 2006-04-12 20:56:46 +00:00
parent c4a36b6204
commit 27bc202f98
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public:
private:
MutexSpinlockImpl &_mutex;
volatile PN_int32 _event;
TVOLATILE PN_int32 _event;
};
#include "conditionVarSpinlockImpl.I"