protected inheritance is enough

This commit is contained in:
Ugo Riboni
2016-11-08 22:52:00 +01:00
parent 689e3ef921
commit a097f0defd

View File

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