Remove mutex class and use std
This commit is contained in:
parent
b26310439d
commit
0b63045503
5 changed files with 5 additions and 22 deletions
|
|
@ -1,6 +1,5 @@
|
|||
#include "Player.hpp"
|
||||
#include "Buffer.hpp"
|
||||
#include "Multithreading.hpp"
|
||||
|
||||
#include "portaudio.h"
|
||||
|
||||
|
|
@ -125,7 +124,7 @@ private:
|
|||
private:
|
||||
bool mInitializationStatus = false;
|
||||
PaStream* mPaStream = nullptr;
|
||||
tp::Mutex mMutex;
|
||||
std::mutex mMutex;
|
||||
|
||||
const tp::halnf* mBuffer = nullptr;
|
||||
const tp::ualni* mPointerMax = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue