aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mastering.h
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/mastering.h')
-rw-r--r--Alc/mastering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/mastering.h b/Alc/mastering.h
index b68b0de1..17f5e8be 100644
--- a/Alc/mastering.h
+++ b/Alc/mastering.h
@@ -42,7 +42,7 @@ struct Compressor* CompressorInit(const ALsizei NumChans, const ALuint SampleRat
const ALfloat AttackTime, const ALfloat ReleaseTime);
void ApplyCompression(struct Compressor *Comp, const ALsizei SamplesToDo,
- ALfloat (*restrict OutBuffer)[BUFFERSIZE]);
+ ALfloat (*RESTRICT OutBuffer)[BUFFERSIZE]);
ALsizei GetCompressorLookAhead(const struct Compressor *Comp);