Index: Source/platform/audio/DynamicsCompressorKernel.h |
diff --git a/Source/platform/audio/DynamicsCompressorKernel.h b/Source/platform/audio/DynamicsCompressorKernel.h |
index f385c80725db3e9b7bf98839e9d9b925f6eff9af..b2492e8abbdd6b1935892ba59d8be3c521f2fb81 100644 |
--- a/Source/platform/audio/DynamicsCompressorKernel.h |
+++ b/Source/platform/audio/DynamicsCompressorKernel.h |
@@ -45,7 +45,7 @@ public: |
void setNumberOfChannels(unsigned); |
// Performs stereo-linked compression. |
- void process(float* sourceChannels[], |
+ void process(const float* sourceChannels[], |
float* destinationChannels[], |
unsigned numberOfChannels, |
unsigned framesToProcess, |