We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6309212 commit be75fe7Copy full SHA for be75fe7
cores/arduino/Server.h
@@ -25,6 +25,7 @@
25
class Server : public Print {
26
public:
27
virtual void begin() =0;
28
+ virtual ~Server() {}
29
};
30
31
#endif
0 commit comments