浏览代码

fcl-passrc: fixed foreach TAliasType.Expr

git-svn-id: trunk@43321 -
Mattias Gaertner 6 年之前
父节点
当前提交
827c5ad389
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/fcl-passrc/src/pastree.pp

+ 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);