| Index: webrtc/modules/audio_processing/voice_detection_impl.h
|
| diff --git a/webrtc/modules/audio_processing/voice_detection_impl.h b/webrtc/modules/audio_processing/voice_detection_impl.h
|
| index b18808316e7bc09667820f8e5f61427417410a06..b29a44040def808895b677622b0027fddee1507f 100644
|
| --- a/webrtc/modules/audio_processing/voice_detection_impl.h
|
| +++ b/webrtc/modules/audio_processing/voice_detection_impl.h
|
| @@ -48,7 +48,7 @@ class VoiceDetectionImpl : public VoiceDetection,
|
| int InitializeHandle(void* handle) const override;
|
| int ConfigureHandle(void* handle) const override;
|
| void DestroyHandle(void* handle) const override;
|
| - int num_handles_required() const override;
|
| + size_t num_handles_required() const override;
|
| int GetHandleError(void* handle) const override;
|
|
|
| const AudioProcessing* apm_;
|
|
|