Branimir Karadžić 8 years ago
parent
commit
0a48f50929
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/bx/mpscqueue.h

+ 1 - 1
include/bx/mpscqueue.h

@@ -44,7 +44,7 @@ namespace bx
 		}
 
 	private:
-		LwMutex m_write;
+		Mutex m_write;
 		SpScUnboundedQueue<Ty> m_queue;
 	};