Index: webrtc/base/networkmonitor.h |
diff --git a/webrtc/base/networkmonitor.h b/webrtc/base/networkmonitor.h |
index d9d6cc49d8745efa3b9313c79dfb81e6212d9e8a..35ab2b120e38b5f48057a6c580984d6837753233 100644 |
--- a/webrtc/base/networkmonitor.h |
+++ b/webrtc/base/networkmonitor.h |
@@ -46,6 +46,7 @@ class NetworkBinderInterface { |
// This is needed because some operating systems (like Android) require a |
// special bind call to put packets on a non-default network interface. |
virtual int BindSocketToNetwork(int socket_fd, const IPAddress& address) = 0; |
+ virtual ~NetworkBinderInterface() {} |
}; |
/* |