Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8deb2864 authored by Myles Watson's avatar Myles Watson Committed by android-build-merger
Browse files

PDL: Allow parent packets with no parameters am: 7e04a062

am: c9939e8b

Change-Id: I846d27c6f29c31264eeb4307344c503d5f7f2430
parents a83ffdbf c9939e8b
Loading
Loading
Loading
Loading
+5 −1
Original line number Original line Diff line number Diff line
@@ -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;