Loading system/gd/packet/parser/packet_def.cc +5 −1 Original line number Diff line number Diff line Loading @@ -422,7 +422,11 @@ void PacketDef::GenBuilderConstructor(std::ostream& s) const { s << ", "; } } if (params.size() > 0 || parent_constraints_.size() > 0) { s << ") :"; } else { s << ")"; } // Get the list of parent params to call the parent constructor with. FieldList parent_params; Loading Loading
system/gd/packet/parser/packet_def.cc +5 −1 Original line number Diff line number Diff line Loading @@ -422,7 +422,11 @@ void PacketDef::GenBuilderConstructor(std::ostream& s) const { s << ", "; } } if (params.size() > 0 || parent_constraints_.size() > 0) { s << ") :"; } else { s << ")"; } // Get the list of parent params to call the parent constructor with. FieldList parent_params; Loading