forked from Links2004/arduinoWebSockets
protected inheritance is enough
This commit is contained in:
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
class WebSocketsServer: public WebSockets {
|
class WebSocketsServer: protected WebSockets {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
#ifdef __AVR__
|
#ifdef __AVR__
|
||||||
|
Reference in New Issue
Block a user