L3IPInterface: make inheriting virtual explicit

pull/9474/head
Veijo Pesonen 2019-01-23 17:04:42 +02:00
parent 293b0189d2
commit a6d4c6b609
1 changed files with 1 additions and 1 deletions

View File

@ -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.