| Index: webrtc/common_audio/real_fourier.h
|
| diff --git a/webrtc/common_audio/real_fourier.h b/webrtc/common_audio/real_fourier.h
|
| index ce3bbff679771b0425fde1d1f3e1e0ea6c207daa..0be56a58b0eda10de70445ccb4ac74a46840f694 100644
|
| --- a/webrtc/common_audio/real_fourier.h
|
| +++ b/webrtc/common_audio/real_fourier.h
|
| @@ -30,7 +30,7 @@ class RealFourier {
|
| fft_cplx_scoper;
|
|
|
| // The alignment required for all input and output buffers, in bytes.
|
| - static const int kFftBufferAlignment;
|
| + static const size_t kFftBufferAlignment;
|
|
|
| // Construct a wrapper instance for the given input order, which must be
|
| // between 1 and kMaxFftOrder, inclusively.
|
|
|