diff --git a/ipc/ipdl/ipdl/lower.py b/ipc/ipdl/ipdl/lower.py index 59a25ca59f2..7964deb781d 100644 --- a/ipc/ipdl/ipdl/lower.py +++ b/ipc/ipdl/ipdl/lower.py @@ -3276,9 +3276,9 @@ class _GenerateProtocolActorCode(ipdl.ast.Visitor): ]) elif ptype.isManaged(): self.cls.addstmts([ - StmtDecl(Decl(_actorIdType(), p.idVar().name)), StmtDecl(Decl(p.managerInterfaceType(ptr=1), - p.managerVar().name)) + p.managerVar().name)), + StmtDecl(Decl(_actorIdType(), p.idVar().name)) ]) if p.decl.type.isToplevel(): self.cls.addstmts([