mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 745758 - pack ipdl-generated classes better; r=cjones
This commit is contained in:
parent
2ba7f21890
commit
774269920f
@ -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([
|
||||
|
Loading…
Reference in New Issue
Block a user