| Index: webrtc/modules/audio_processing/voice_detection_impl.cc
|
| diff --git a/webrtc/modules/audio_processing/voice_detection_impl.cc b/webrtc/modules/audio_processing/voice_detection_impl.cc
|
| index 710df4233fa55bab5246feba1309519529743c14..c4a29ed5a2efa169ec6517c336cab41865bdeb71 100644
|
| --- a/webrtc/modules/audio_processing/voice_detection_impl.cc
|
| +++ b/webrtc/modules/audio_processing/voice_detection_impl.cc
|
| @@ -164,7 +164,7 @@ int VoiceDetectionImpl::ConfigureHandle(void* handle) const {
|
| MapSetting(likelihood_));
|
| }
|
|
|
| -int VoiceDetectionImpl::num_handles_required() const {
|
| +size_t VoiceDetectionImpl::num_handles_required() const {
|
| return 1;
|
| }
|
|
|
|
|