From bce6889173245031cf1440d70858180cc2716adf Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 2 Oct 2019 22:20:34 -0700 Subject: Remove an unnecessary struct specifier --- alc/voice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3