diff options
author | Chris Robinson <[email protected]> | 2019-10-02 22:20:34 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-10-02 22:20:34 -0700 |
commit | bce6889173245031cf1440d70858180cc2716adf (patch) | |
tree | 33a212d17003f17309b169c7638609534b20c25e | |
parent | 324fb8d0b7586a339c79ea57389f232470e0d659 (diff) |
Remove an unnecessary struct specifier
-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 */ |