diff options
Diffstat (limited to '')
-rw-r--r-- | src/unstable/protocolwebsocket.cpp | 2 |
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 | ||
69 | bool onProcessHeaders( Bu::StringList & /*lHeadersOut*/ ) | 69 | bool Bu::ProtocolWebSocket::onProcessHeaders( Bu::StringList & /*lHeadersOut*/ ) |
70 | { | 70 | { |
71 | return true; | 71 | return true; |
72 | } | 72 | } |