diff options
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 80167417..016cc535 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -461,7 +461,7 @@ struct ALCdevice { RefCount MixCount{0u}; // Contexts created on this device - std::atomic<ALCcontext*> ContextList{nullptr}; + std::atomic<al::FlexArray<ALCcontext*>*> mContexts{nullptr}; /* This lock protects the device state (format, update size, etc) from * being from being changed in multiple threads, or being accessed while |