mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 20:48:56 +02:00
ubuntu builds are picky (fix initializer order issue)
This commit is contained in:
parent
41be22a7bb
commit
82f8687e9f
1 changed files with 1 additions and 1 deletions
|
@ -52,8 +52,8 @@ ReceivedMessage::ReceivedMessage(QByteArray byteArray, PacketType packetType, Pa
|
||||||
const HifiSockAddr& senderSockAddr, NLPacket::LocalID sourceID) :
|
const HifiSockAddr& senderSockAddr, NLPacket::LocalID sourceID) :
|
||||||
_data(byteArray),
|
_data(byteArray),
|
||||||
_headData(_data.mid(0, HEAD_DATA_SIZE)),
|
_headData(_data.mid(0, HEAD_DATA_SIZE)),
|
||||||
_firstPacketReceiveTime(0),
|
|
||||||
_numPackets(1),
|
_numPackets(1),
|
||||||
|
_firstPacketReceiveTime(0),
|
||||||
_sourceID(sourceID),
|
_sourceID(sourceID),
|
||||||
_packetType(packetType),
|
_packetType(packetType),
|
||||||
_packetVersion(packetVersion),
|
_packetVersion(packetVersion),
|
||||||
|
|
Loading…
Reference in a new issue