Fix constness
Bug: none Change-Id: Ib863b6c4d9c447e8a755a0b4eddbfbf59d746c54 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/217897 Reviewed-by: Niels Moller <nisse@webrtc.org> Commit-Queue: Tommi <tommi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33965}
This commit is contained in:
parent
f33f7a2ada
commit
8ba623d63a
@ -301,7 +301,7 @@ class MediaChannel {
|
||||
const rtc::PacketOptions& options);
|
||||
|
||||
const bool enable_dscp_;
|
||||
rtc::scoped_refptr<webrtc::PendingTaskSafetyFlag> network_safety_
|
||||
const rtc::scoped_refptr<webrtc::PendingTaskSafetyFlag> network_safety_
|
||||
RTC_PT_GUARDED_BY(network_thread_);
|
||||
webrtc::TaskQueueBase* const network_thread_;
|
||||
NetworkInterface* network_interface_ RTC_GUARDED_BY(network_thread_) =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user