forked from Links2004/arduinoWebSockets
Merge pull request #137 from nerochiaro/master
Change inheritance of WebSocketServer
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
|
||||
|
||||
class WebSocketsServer: private WebSockets {
|
||||
class WebSocketsServer: protected WebSockets {
|
||||
public:
|
||||
|
||||
#ifdef __AVR__
|
||||
|
Reference in New Issue
Block a user