| Index: Source/platform/audio/Reverb.h
|
| diff --git a/Source/platform/audio/Reverb.h b/Source/platform/audio/Reverb.h
|
| index 66a228762747af2bfd8b3cf489cc78b7932150cf..191b2576a1eb5ab3f000bfe8dae71f77d2ad12c4 100644
|
| --- a/Source/platform/audio/Reverb.h
|
| +++ b/Source/platform/audio/Reverb.h
|
| @@ -58,7 +58,7 @@ private:
|
|
|
| size_t m_impulseResponseLength;
|
|
|
| - Vector<OwnPtr<ReverbConvolver> > m_convolvers;
|
| + Vector<OwnPtr<ReverbConvolver>> m_convolvers;
|
|
|
| // For "True" stereo processing
|
| RefPtr<AudioBus> m_tempBuffer;
|
|
|