| Index: webrtc/voice_engine/monitor_module.h
|
| diff --git a/webrtc/voice_engine/monitor_module.h b/webrtc/voice_engine/monitor_module.h
|
| index 55399152380638859a912efa4d8171badf1365a4..f026f725d504379b0972f3556ad0506723c6a195 100644
|
| --- a/webrtc/voice_engine/monitor_module.h
|
| +++ b/webrtc/voice_engine/monitor_module.h
|
| @@ -42,7 +42,7 @@ public:
|
| public: // module
|
| int64_t TimeUntilNextProcess() override;
|
|
|
| - int32_t Process() override;
|
| + void Process() override;
|
|
|
| private:
|
| rtc::CriticalSection _callbackCritSect;
|
|
|