aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alu.h
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32/Include/alu.h')
-rw-r--r--OpenAL32/Include/alu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h
index 36d3be84..e7f84423 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -259,7 +259,7 @@ struct ALvoice {
ALsizei ChannelsPerOrder[MAX_AMBI_ORDER+1];
} Direct;
- struct {
+ struct SendData {
int FilterType;
SendParams Params[MAX_INPUT_CHANNELS];