fix warning: field '_eventCallback' will be initialized after field '_publishMode'

This commit is contained in:
Benjamin Sergeant 2018-12-23 14:18:53 -08:00
parent ba54664748
commit 2d46a0605b

View File

@ -40,9 +40,9 @@ namespace ix
{ {
WebSocketTransport::WebSocketTransport() : WebSocketTransport::WebSocketTransport() :
_readyState(CLOSED), _readyState(CLOSED),
_enablePerMessageDeflate(false),
_closeCode(0), _closeCode(0),
_closeWireSize(0), _closeWireSize(0),
_enablePerMessageDeflate(false),
_requestInitCancellation(false) _requestInitCancellation(false)
{ {