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 293b018 commit a6d4c6bCopy full SHA for a6d4c6b
features/netsocket/L3IPInterface.h
@@ -49,7 +49,7 @@ class L3IPInterface : public virtual NetworkInterface {
49
*/
50
L3IPInterface(L3IP &l3ip = L3IP::get_default_instance(),
51
OnboardNetworkStack &stack = OnboardNetworkStack::get_default_instance());
52
- ~L3IPInterface();
+ virtual ~L3IPInterface();
53
/** Set a static IP address
54
*
55
* Configures this network interface to use a static IP address.
0 commit comments