| Index: webrtc/api/objc/RTCSessionDescription+Private.h
|
| diff --git a/webrtc/api/objc/RTCSessionDescription+Private.h b/webrtc/api/objc/RTCSessionDescription+Private.h
|
| index b5c0fff6719c106c21286192511bd26990acb9a7..2a9601d4d1d9cba9f299c988565755e4feb84351 100644
|
| --- a/webrtc/api/objc/RTCSessionDescription+Private.h
|
| +++ b/webrtc/api/objc/RTCSessionDescription+Private.h
|
| @@ -30,7 +30,7 @@ NS_ASSUME_NONNULL_BEGIN
|
| * description.
|
| */
|
| - (instancetype)initWithNativeDescription:
|
| - (webrtc::SessionDescriptionInterface *)nativeDescription;
|
| + (const webrtc::SessionDescriptionInterface *)nativeDescription;
|
|
|
| + (std::string)stringForType:(RTCSdpType)type;
|
|
|
|
|