summaryrefslogtreecommitdiff
path: root/voice_engine/voe_rtp_rtcp_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'voice_engine/voe_rtp_rtcp_impl.cc')
-rw-r--r--voice_engine/voe_rtp_rtcp_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/voice_engine/voe_rtp_rtcp_impl.cc b/voice_engine/voe_rtp_rtcp_impl.cc
index 3470443c..6999d51c 100644
--- a/voice_engine/voe_rtp_rtcp_impl.cc
+++ b/voice_engine/voe_rtp_rtcp_impl.cc
@@ -403,7 +403,7 @@ int VoERTP_RTCPImpl::GetRemoteRTCPData(
int VoERTP_RTCPImpl::SendApplicationDefinedRTCPPacket(
int channel,
- const unsigned char subType,
+ unsigned char subType,
unsigned int name,
const char* data,
unsigned short dataLengthInBytes)