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 63983ca3..1887e341 100644 --- a/Alc/alcontext.h +++ b/Alc/alcontext.h @@ -117,7 +117,7 @@ struct ALCcontext { std::atomic<ALeffectslotProps*> FreeEffectslotProps{nullptr}; std::unique_ptr<al::FlexArray<ALvoice>> Voices{nullptr}; - std::atomic<ALsizei> VoiceCount{0}; + std::atomic<ALuint> VoiceCount{0u}; using ALeffectslotArray = al::FlexArray<ALeffectslot*>; std::atomic<ALeffectslotArray*> ActiveAuxSlots{nullptr}; |