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

Commit e8c7e100 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 am: 8deb2864

am: a97fa607

Change-Id: Ib0a4144d3b42a885f09c3103b6f601385d8d551f
parents ae2ccfdb a97fa607
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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;