diff options
Diffstat (limited to 'protocols/Discord/src/proto.h')
-rw-r--r-- | protocols/Discord/src/proto.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/protocols/Discord/src/proto.h b/protocols/Discord/src/proto.h index 15a6a9eeeb..22fe036f5b 100644 --- a/protocols/Discord/src/proto.h +++ b/protocols/Discord/src/proto.h @@ -145,9 +145,8 @@ class CDiscordProto : public PROTO<CDiscordProto> m_szGateway, // gateway url m_szGatewaySessionId; // current session id - HANDLE - m_hGatewayNetlibUser, // the separate netlib user handle for gateways - m_hGatewayConnection; // gateway connection + HNETLIBUSER m_hGatewayNetlibUser; // the separate netlib user handle for gateways + HANDLE m_hGatewayConnection; // gateway connection void __cdecl GatewayThread(void*); void CDiscordProto::GatewayThreadWorker(void); |