diff options
Diffstat (limited to 'Alc/alcontext.h')
-rw-r--r-- | Alc/alcontext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/alcontext.h b/Alc/alcontext.h index 056d9003..0b285bfb 100644 --- a/Alc/alcontext.h +++ b/Alc/alcontext.h @@ -84,7 +84,7 @@ struct ALCcontext_struct { std::atomic_flag PropsClean{true}; std::atomic<bool> DeferUpdates{false}; - almtx_t PropLock; + std::mutex PropLock; /* Counter for the pre-mixing updates, in 31.1 fixed point (lowest bit * indicates if updates are currently happening). |