Skip to content

Commit a6d4c6b

Browse files
author
Veijo Pesonen
committed
L3IPInterface: make inheriting virtual explicit
1 parent 293b018 commit a6d4c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/netsocket/L3IPInterface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class L3IPInterface : public virtual NetworkInterface {
4949
*/
5050
L3IPInterface(L3IP &l3ip = L3IP::get_default_instance(),
5151
OnboardNetworkStack &stack = OnboardNetworkStack::get_default_instance());
52-
~L3IPInterface();
52+
virtual ~L3IPInterface();
5353
/** Set a static IP address
5454
*
5555
* Configures this network interface to use a static IP address.

0 commit comments

Comments
 (0)