David Rose 19 years ago
parent
commit
27bc202f98
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/pipeline/conditionVarSpinlockImpl.h

+ 1 - 1
panda/src/pipeline/conditionVarSpinlockImpl.h

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