| Index: webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| index 8fb7349a52140b6d319a660c3ac79c5b1e54491c..f197454ea734cbf3d85a38e61f24bb87768959d9 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| @@ -200,7 +200,7 @@ class ModuleRtpRtcpImpl : public RtpRtcp {
|
|
|
| void SetTMMBRStatus(bool enable) override;
|
|
|
| - int32_t SetTMMBN(const TMMBRSet* bounding_set);
|
| + void SetTMMBN(const TMMBRSet* bounding_set);
|
|
|
| uint16_t MaxPayloadLength() const override;
|
|
|
|
|