mirror of
https://github.com/xenia-project/xenia.git
synced 2026-03-04 12:34:09 +01:00
Fixing OSX build.
This commit is contained in:
parent
0d3dbd7c8f
commit
690e59ca3e
|
|
@ -267,8 +267,8 @@ void WsClient::EventThread() {
|
|||
|
||||
// Prep callbacks.
|
||||
struct wslay_event_callbacks callbacks = {
|
||||
WsClientRecvCallback,
|
||||
WsClientSendCallback,
|
||||
(wslay_event_recv_callback)WsClientRecvCallback,
|
||||
(wslay_event_send_callback)WsClientSendCallback,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
|
|
|
|||
Loading…
Reference in a new issue