Make Connection::id() const

Bug: None
Change-Id: I9145ba5e8ad9f80aec047227aa0a95858354fd1a
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/169725
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Jonas Oreland <jonaso@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30689}
This commit is contained in:
Jonas Oreland 2020-03-05 09:00:37 +01:00 committed by Commit Bot
parent 16ddae924e
commit e66550008a

View File

@ -86,7 +86,7 @@ class Connection : public CandidatePairInterface,
~Connection() override;
// A unique ID assigned when the connection is created.
uint32_t id() { return id_; }
uint32_t id() const { return id_; }
// Implementation of virtual methods in CandidatePairInterface.
// Returns the description of the local port