2
0
Эх сурвалжийг харах

fcl-passrc: fixed foreach TAliasType.Expr

git-svn-id: trunk@43321 -
Mattias Gaertner 6 жил өмнө
parent
commit
827c5ad389

+ 1 - 0
packages/fcl-passrc/src/pastree.pp

@@ -4092,6 +4092,7 @@ procedure TPasAliasType.ForEachCall(const aMethodCall: TOnForEachPasElement;
 begin
   inherited ForEachCall(aMethodCall, Arg);
   ForEachChildCall(aMethodCall,Arg,DestType,true);
+  ForEachChildCall(aMethodCall,Arg,Expr,false);
 end;
 
 procedure TPasAliasType.ClearTypeReferences(aType: TPasElement);