Index: webrtc/base/asyncpacketsocket.h |
diff --git a/webrtc/base/asyncpacketsocket.h b/webrtc/base/asyncpacketsocket.h |
index f18839ed373611886796464ceb943f586b1252f0..2a566b8df043d8d1af73dea5eb335e98790fe9c3 100644 |
--- a/webrtc/base/asyncpacketsocket.h |
+++ b/webrtc/base/asyncpacketsocket.h |
@@ -76,7 +76,7 @@ class AsyncPacketSocket : public sigslot::has_slots<> { |
}; |
AsyncPacketSocket(); |
- ~AsyncPacketSocket() override; |
+ virtual ~AsyncPacketSocket(); |
// Returns current local address. Address may be set to NULL if the |
// socket is not bound yet (GetState() returns STATE_BINDING). |