Skip to content

Commit 689e3ef

Browse files
committed
Change inheritance of WebSocketServer
to allow classes inheriting from it to call sendFrame with custom arguments.
1 parent 75133df commit 689e3ef

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: private WebSockets {
36+
class WebSocketsServer: public WebSockets {
3737
public:
3838

3939
#ifdef __AVR__

0 commit comments

Comments
 (0)