소스 검색

fcl-passrc: type description of specialization: with paths

git-svn-id: trunk@45639 -
Mattias Gaertner 5 년 전
부모
커밋
da9a2f59b0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/fcl-passrc/src/pasresolver.pp

+ 1 - 1
packages/fcl-passrc/src/pasresolver.pp

@@ -25129,7 +25129,7 @@ function TPasResolver.GetTypeDescription(aType: TPasType; AddPath: boolean): str
           Result:=Result+'<';
           for i:=0 to length(Params)-1 do
             begin
-            Result:=Result+GetTypeDescription(Params[i]);
+            Result:=Result+GetTypeDescription(Params[i],AddPath);
             if i>0 then
               Result:=Result+',';
             end;