We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9384d commit fce7669Copy full SHA for fce7669
libraries/SocketWrapper/SocketHelpers.h
@@ -40,7 +40,7 @@ class NetworkInterface {
40
NetworkInterface() {
41
}
42
43
- ~NetworkInterface() {
+ virtual ~NetworkInterface() {
44
45
46
void MACAddress(uint8_t *mac);
0 commit comments