Fix for issue 420 in TransmitMixer::SetTypingDetectionParameters.

Review URL: https://webrtc-codereview.appspot.com/747004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2649 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
vikasmarwaha@webrtc.org 2012-08-21 17:46:09 +00:00
parent 510c1e36fe
commit bdb03d48ae

View File

@ -1466,7 +1466,7 @@ int TransmitMixer::SetTypingDetectionParameters(int timeWindow,
_reportingThreshold = reportingThreshold;
if(penaltyDecay != 0)
_penaltyDecay = penaltyDecay;
if(_typeEventDelay != 0)
if(typeEventDelay != 0)
_typeEventDelay = typeEventDelay;