aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alu.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/alu.h')
-rw-r--r--alc/alu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/alu.h b/alc/alu.h
index 88c22e6f..d569c482 100644
--- a/alc/alu.h
+++ b/alc/alu.h
@@ -98,7 +98,7 @@ enum {
struct MixHrtfFilter {
- const HrirArray<ALfloat> *Coeffs;
+ const HrirArray *Coeffs;
ALsizei Delay[2];
ALfloat Gain;
ALfloat GainStep;