소스 검색

fcl-passrc: fixed TPasImplExceptOn.TypeName

mattias 4 일 전
부모
커밋
661e208808
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/fcl-passrc/src/pastree.pp

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

@@ -5868,7 +5868,7 @@ end;
 function TPasImplExceptOn.TypeName: TPasTreeString;
 function TPasImplExceptOn.TypeName: TPasTreeString;
 begin
 begin
   If assigned(TypeEl) then
   If assigned(TypeEl) then
-    Result:=TypeEl.GetDeclaration(True)
+    Result:=TypeEl.GetDeclaration(false)
   else
   else
     Result:='';
     Result:='';
 end;
 end;