diff options
Diffstat (limited to 'alc')
-rw-r--r-- | alc/voice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/voice.h b/alc/voice.h index 309c901f..a2a3309c 100644 --- a/alc/voice.h +++ b/alc/voice.h @@ -290,7 +290,7 @@ struct ALvoice { return *this; } - void mix(ALvoice::State vstate, ALCcontext *Context, const ALuint SamplesToDo); + void mix(State vstate, ALCcontext *Context, const ALuint SamplesToDo); }; #endif /* VOICE_H */ |