| Index: webrtc/api/peerconnectionfactory.h
|
| diff --git a/webrtc/api/peerconnectionfactory.h b/webrtc/api/peerconnectionfactory.h
|
| index b47f75a7ce9ea11fa7403a7308111719cc062bcb..b451668771d02c4e7e616289c4ddbe4e9ffee91d 100644
|
| --- a/webrtc/api/peerconnectionfactory.h
|
| +++ b/webrtc/api/peerconnectionfactory.h
|
| @@ -34,7 +34,7 @@ typedef rtc::RefCountedObject<DtlsIdentityStoreImpl>
|
|
|
| class PeerConnectionFactory : public PeerConnectionFactoryInterface {
|
| public:
|
| - virtual void SetOptions(const Options& options) {
|
| + void SetOptions(const Options& options) override {
|
| options_ = options;
|
| }
|
|
|
|
|