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