8000 protected inheritance is enough · mgbckr/arduinoWebSockets@a097f0d · GitHub
[go: up one dir, main page]

Skip to content

Commit a097f0d

Browse files
committed
protected inheritance is enough
1 parent 689e3ef commit a097f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebSocketsServer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434

3535

36-
class WebSocketsServer: public WebSockets {
36+
class WebSocketsServer: protected WebSockets {
3737
public:
3838

3939
#ifdef __AVR__

0 commit comments

Comments
 (0)
0