Fixed compile errors
This commit is contained in:
parent
84f4885466
commit
58691a23b8
@ -31,7 +31,7 @@ using namespace ts::server;
|
|||||||
VoiceClientConnection::VoiceClientConnection(VoiceClient* client)
|
VoiceClientConnection::VoiceClientConnection(VoiceClient* client)
|
||||||
: current_client{client},
|
: current_client{client},
|
||||||
crypt_handler{},
|
crypt_handler{},
|
||||||
packet_decoder_{&this->crypt_handler},
|
packet_decoder_{&this->crypt_handler, true},
|
||||||
packet_encoder_{&this->crypt_handler, &this->packet_statistics_},
|
packet_encoder_{&this->crypt_handler, &this->packet_statistics_},
|
||||||
crypt_setup_handler_{this} {
|
crypt_setup_handler_{this} {
|
||||||
memtrack::allocated<VoiceClientConnection>(this);
|
memtrack::allocated<VoiceClientConnection>(this);
|
||||||
|
2
shared
2
shared
@ -1 +1 @@
|
|||||||
Subproject commit 2aed7708ee26127c26defaec23d4e64ea3d5cd80
|
Subproject commit e58b123f4abcc0427adbf6ef4d8a41279187248b
|
Loading…
x
Reference in New Issue
Block a user