Skip to content

Commit ce52f06

Browse files
author
Veijo Pesonen
committed
Makes inheriting virtual destructor explicit
1 parent 22bd8de commit ce52f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ESP8266Interface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class ESP8266Interface : public NetworkStack, public WiFiInterface {
6363
/**
6464
* @brief ESP8266Interface default destructor
6565
*/
66-
~ESP8266Interface();
66+
virtual ~ESP8266Interface();
6767

6868
/** Start the interface
6969
*

0 commit comments

Comments
 (0)