| Index: webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc
|
| index 003a1346787ebc895182b0edea1ee961c381f163..37bf22338995d500c8768d2dd05a8f711ec3b367 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc
|
| @@ -693,8 +693,8 @@ void ModuleRtpRtcpImpl::SetTMMBRStatus(const bool enable) {
|
| rtcp_sender_.SetTMMBRStatus(enable);
|
| }
|
|
|
| -int32_t ModuleRtpRtcpImpl::SetTMMBN(const TMMBRSet* bounding_set) {
|
| - return rtcp_sender_.SetTMMBN(bounding_set);
|
| +void ModuleRtpRtcpImpl::SetTMMBN(const TMMBRSet* bounding_set) {
|
| + rtcp_sender_.SetTMMBN(bounding_set);
|
| }
|
|
|
| // Returns the currently configured retransmission mode.
|
|
|