| Index: webrtc/voice_engine/dtmf_inband.h
|
| diff --git a/webrtc/voice_engine/dtmf_inband.h b/webrtc/voice_engine/dtmf_inband.h
|
| index c2e2b2bcc804163e52106174b35a972178bcd796..6000d99214c96d878a3d001076cb76a9cf2ed350 100644
|
| --- a/webrtc/voice_engine/dtmf_inband.h
|
| +++ b/webrtc/voice_engine/dtmf_inband.h
|
| @@ -67,7 +67,7 @@ private:
|
| int16_t length);
|
|
|
| private:
|
| - mutable rtc::CriticalSection _critSect;
|
| + rtc::CriticalSection _critSect;
|
| int32_t _id;
|
| uint16_t _outputFrequencyHz; // {8000, 16000, 32000}
|
| int16_t _oldOutputLow[2]; // Data needed for oscillator model
|
|
|