Change inheritance of WebSocketServer

to allow classes inheriting from it to call sendFrame with custom
arguments.
This commit is contained in:
Ugo Riboni
2016-11-08 01:48:01 +01:00
parent 75133dfa6d
commit 689e3ef921

View File

@ -33,7 +33,7 @@
class WebSocketsServer: private WebSockets {
class WebSocketsServer: public WebSockets {
public:
#ifdef __AVR__