mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-15 16:30:31 +02:00
protected inheritance is enough
This commit is contained in:
@ -33,7 +33,7 @@
|
||||
|
||||
|
||||
|
||||
class WebSocketsServer: public WebSockets {
|
||||
class WebSocketsServer: protected WebSockets {
|
||||
public:
|
||||
|
||||
#ifdef __AVR__
|
||||
|
Reference in New Issue
Block a user