Skip to content

Commit 6f04ac2

Browse files
committed
NetworkInterface: make dtor virtual
1 parent 88e41fa commit 6f04ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/SocketWrapper/SocketHelpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class NetworkInterface {
4040
NetworkInterface() {
4141
}
4242

43-
~NetworkInterface() {
43+
virtual ~NetworkInterface() {
4444
}
4545

4646
void MACAddress(uint8_t *mac);

0 commit comments

Comments
 (0)