Qt: Fix compile order for PacketListRecord

Change-Id: I58f125d7d883652ac3de019bbf3b64986fd1c642
Reviewed-on: https://code.wireshark.org/review/35137
Petri-Dish: Roland Knall <rknall@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Roland Knall <rknall@gmail.com>
This commit is contained in:
Roland Knall 2019-11-19 16:05:14 +01:00
parent e460205305
commit 193150fdb7
1 changed files with 1 additions and 1 deletions

View File

@ -34,8 +34,8 @@ PacketListRecord::PacketListRecord(frame_data *frameData) :
lines_(1),
line_count_changed_(false),
data_ver_(0),
colorized_(false),
color_ver_(0),
colorized_(false),
conv_index_(0)
{
}