add virtual to destructor #243

This commit is contained in:
Links
2017-10-04 19:17:21 +02:00
parent 9608c2d210
commit b87bce4466
4 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ public:
#endif
WebSocketsServer(uint16_t port, String origin = "", String protocol = "arduino");
~WebSocketsServer(void);
virtual ~WebSocketsServer(void);
void begin(void);