Index: webrtc/base/networkmonitor.h |
diff --git a/webrtc/base/networkmonitor.h b/webrtc/base/networkmonitor.h |
index d9d6cc49d8745efa3b9313c79dfb81e6212d9e8a..98ae4b3b264fba3e145929c36e13d1284240904e 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(){}; |
honghaiz3
2016/03/17 03:39:56
Added the change here to make the compiler happy w
stefan-webrtc
2016/03/17 12:48:19
space between () and {}
pbos-webrtc
2016/03/17 14:09:22
and no ;
then run git cl format
honghaiz3
2016/03/23 19:55:40
Done. Thanks!
I forgot to run that before uploadin
|
}; |
/* |