Make RtpRtcp::Configuration::field_trials ptr const

Fix mistake from
https://webrtc-review.googlesource.com/c/src/+/123447

TBR=danilchap@webrtc.org

BUG: webrtc:10335
Change-Id: I5643812e95e25a65e14c9a27e48a4b1cb0287f7a
Reviewed-on: https://webrtc-review.googlesource.com/c/124125
Reviewed-by: Per Kjellander <perkj@webrtc.org>
Commit-Queue: Per Kjellander <perkj@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26829}
This commit is contained in:
Per Kjellander 2019-02-24 20:04:14 +01:00 committed by Commit Bot
parent a9cfa476fe
commit 19d0104abb

View File

@ -110,7 +110,7 @@ class RtpRtcp : public Module, public RtcpFeedbackSenderInterface {
// If set, field trials are read from |field_trials|, otherwise
// defaults to webrtc::FieldTrialBasedConfig.
WebRtcKeyValueConfig* field_trials = nullptr;
const WebRtcKeyValueConfig* field_trials = nullptr;
private:
RTC_DISALLOW_COPY_AND_ASSIGN(Configuration);