From 1c4372bbff3e5978b19bd25cf1310078d0977d08 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 4 Oct 2021 12:24:04 -0700 Subject: Oops, forgot to put the new function in the class. --- src/unstable/protocolwebsocket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unstable/protocolwebsocket.cpp b/src/unstable/protocolwebsocket.cpp index 08ac176..15b7288 100644 --- a/src/unstable/protocolwebsocket.cpp +++ b/src/unstable/protocolwebsocket.cpp @@ -66,7 +66,7 @@ void Bu::ProtocolWebSocket::onNewData( Bu::Client * /*pClient*/ ) } } -bool onProcessHeaders( Bu::StringList & /*lHeadersOut*/ ) +bool Bu::ProtocolWebSocket::onProcessHeaders( Bu::StringList & /*lHeadersOut*/ ) { return true; } -- cgit v1.2.3