| Index: webrtc/pc/rtptransport.h
|
| diff --git a/webrtc/pc/rtptransport.h b/webrtc/pc/rtptransport.h
|
| index 87f29bac2a1be173411e6c086c5a7e064f2f0ab1..a86fa126bb8569cdaaafda36a0064285542e5fd4 100644
|
| --- a/webrtc/pc/rtptransport.h
|
| +++ b/webrtc/pc/rtptransport.h
|
| @@ -73,7 +73,7 @@ class RtpTransport : public RtpTransportInterface, public sigslot::has_slots<> {
|
| // TODO(zstein): Consider having two signals - RtcPacketReceived and
|
| // RtcpPacketReceived.
|
| // The first argument is true for RTCP packets and false for RTP packets.
|
| - sigslot::signal3<bool, rtc::CopyOnWriteBuffer&, const rtc::PacketTime&>
|
| + sigslot::signal3<bool, rtc::CopyOnWriteBuffer*, const rtc::PacketTime&>
|
| SignalPacketReceived;
|
|
|
| protected:
|
|
|