| Index: webrtc/modules/rtp_rtcp/source/rtcp_receiver.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h b/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h
|
| index a22fd81b8540dd54d3e919c21277ebb872f3373d..24861bd49e6aeb4963c2297b203bbdae4c550648 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h
|
| @@ -103,7 +103,7 @@ public:
|
|
|
| bool UpdateRTCPReceiveInformationTimers();
|
|
|
| - int32_t BoundingSet(bool &tmmbrOwner, TMMBRSet* boundingSetRec);
|
| + int32_t BoundingSet(bool* tmmbrOwner, TMMBRSet* boundingSetRec);
|
|
|
| int32_t UpdateTMMBR();
|
|
|
|
|