Remove an unnecessary struct specifier

This commit is contained in:
Chris Robinson
2019-10-02 22:20:34 -07:00
parent 324fb8d0b7
commit bce6889173
+1 -1
View File
@@ -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 */