aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/alcontext.h')
-rw-r--r--Alc/alcontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/alcontext.h b/Alc/alcontext.h
index a4e397be..d0a2dc51 100644
--- a/Alc/alcontext.h
+++ b/Alc/alcontext.h
@@ -54,7 +54,7 @@ struct ALCcontext_struct {
ALuint NumSources;
almtx_t SourceLock;
- vector_ALeffectslotPtr EffectSlotList;
+ al::vector<ALeffectslotPtr> EffectSlotList;
almtx_t EffectSlotLock;
ATOMIC(ALenum) LastError;