This commit is contained in:
Branimir Karadžić
2017-02-16 21:09:06 -08:00
parent 1460b6139d
commit 0a48f50929

View File

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