mirror of https://github.com/ARMmbed/mbed-os.git
L3IPInterface: make inheriting virtual explicit
parent
293b0189d2
commit
a6d4c6b609
|
@ -49,7 +49,7 @@ public:
|
|||
*/
|
||||
L3IPInterface(L3IP &l3ip = L3IP::get_default_instance(),
|
||||
OnboardNetworkStack &stack = OnboardNetworkStack::get_default_instance());
|
||||
~L3IPInterface();
|
||||
virtual ~L3IPInterface();
|
||||
/** Set a static IP address
|
||||
*
|
||||
* Configures this network interface to use a static IP address.
|
||||
|
|
Loading…
Reference in New Issue