Browse Source

fcl-passrc: fixed TPasImplExceptOn.TypeName

mattias 3 days ago
parent
commit
661e208808
1 changed files with 1 additions and 1 deletions
  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;
 begin
   If assigned(TypeEl) then
-    Result:=TypeEl.GetDeclaration(True)
+    Result:=TypeEl.GetDeclaration(false)
   else
     Result:='';
 end;