Index: talk/app/webrtc/jsepicecandidate.h |
diff --git a/talk/app/webrtc/jsepicecandidate.h b/talk/app/webrtc/jsepicecandidate.h |
index 1d5ef1997ff8adab1510215f70b489c2002a163f..058dd108291f1581f2b83f7b16af7e7935128f72 100644 |
--- a/talk/app/webrtc/jsepicecandidate.h |
+++ b/talk/app/webrtc/jsepicecandidate.h |
@@ -82,6 +82,7 @@ class JsepCandidateCollection : public IceCandidateCollection { |
virtual const IceCandidateInterface* at(size_t index) const { |
return candidates_[index]; |
} |
+ virtual int remove(const IceCandidateInterface* target); |
pthatcher1
2016/02/10 00:01:40
"target" seems like a strange name.
honghaiz3
2016/02/10 19:22:43
Done.
|
private: |
std::vector<JsepIceCandidate*> candidates_; |