Commit db146406 by xiongziliang

修复gcc4.85无法编译的问题

parent 8acb6e20
...@@ -303,7 +303,7 @@ private: ...@@ -303,7 +303,7 @@ private:
//拦截websocket数据接收 //拦截websocket数据接收
_onRecv = [this](const Buffer::Ptr &pBuf){ _onRecv = [this](const Buffer::Ptr &pBuf){
//解析websocket数据包 //解析websocket数据包
WebSocketSplitter::decode((uint8_t*)pBuf->data(),pBuf->size()); this->WebSocketSplitter::decode((uint8_t*)pBuf->data(),pBuf->size());
}; };
return; return;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论