correct style
This commit is contained in:
parent
a56f8272a9
commit
8c66825a78
@ -34,11 +34,11 @@ namespace ix
|
||||
// set dummy callback just to avoid crash
|
||||
_websocket->setOnMessageCallback([](
|
||||
WebSocketMessageType,
|
||||
const std::string &,
|
||||
const std::string&,
|
||||
size_t,
|
||||
const WebSocketErrorInfo &,
|
||||
const WebSocketOpenInfo &,
|
||||
const WebSocketCloseInfo &)
|
||||
const WebSocketErrorInfo&,
|
||||
const WebSocketOpenInfo&,
|
||||
const WebSocketCloseInfo&)
|
||||
{});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user