| Index: webrtc/api/objc/RTCIceCandidate.mm
|
| diff --git a/webrtc/api/objc/RTCIceCandidate.mm b/webrtc/api/objc/RTCIceCandidate.mm
|
| index 9e094f6f06327120e974deb1ab2ea1fca844ccc3..b0b8abc8ca1d2409eb13596c84bf8c3846f24d09 100644
|
| --- a/webrtc/api/objc/RTCIceCandidate.mm
|
| +++ b/webrtc/api/objc/RTCIceCandidate.mm
|
| @@ -42,7 +42,7 @@
|
| #pragma mark - Private
|
|
|
| - (instancetype)initWithNativeCandidate:
|
| - (webrtc::IceCandidateInterface *)candidate {
|
| + (const webrtc::IceCandidateInterface *)candidate {
|
| NSParameterAssert(candidate);
|
| std::string sdp;
|
| candidate->ToString(&sdp);
|
|
|