aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2021-10-04 12:24:04 -0700
committerMike Buland <eichlan@xagasoft.com>2021-10-04 12:24:04 -0700
commit1c4372bbff3e5978b19bd25cf1310078d0977d08 (patch)
treee619b6fdcc5468f846f635e7cac852b1d091fa31
parent4e91dc4f2d6eba2e66dd5b59445abcc778117c60 (diff)
downloadlibbu++-1c4372bbff3e5978b19bd25cf1310078d0977d08.tar.gz
libbu++-1c4372bbff3e5978b19bd25cf1310078d0977d08.tar.bz2
libbu++-1c4372bbff3e5978b19bd25cf1310078d0977d08.tar.xz
libbu++-1c4372bbff3e5978b19bd25cf1310078d0977d08.zip
Oops, forgot to put the new function in the class.
-rw-r--r--src/unstable/protocolwebsocket.cpp2
1 files changed, 1 insertions, 1 deletions
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*/ )
66 } 66 }
67} 67}
68 68
69bool onProcessHeaders( Bu::StringList & /*lHeadersOut*/ ) 69bool Bu::ProtocolWebSocket::onProcessHeaders( Bu::StringList & /*lHeadersOut*/ )
70{ 70{
71 return true; 71 return true;
72} 72}