fcl-passrc: fixed debugging

git-svn-id: trunk@48860 -
(cherry picked from commit c6f5d37d3e)
This commit is contained in:
Mattias Gaertner 2021-03-01 21:56:42 +00:00 committed by Florian Klämpfl
parent b9448dc233
commit d8a09753c5

View File

@ -6252,7 +6252,7 @@ procedure TPasResolver.FinishSubElementType(Parent: TPasElement; El: TPasType);
begin
List.Add(El);
end;
El.AddRef{$IFDEF CheckPasTreeRefCount}aID{$ENDIF};
El.AddRef{$IFDEF CheckPasTreeRefCount}(aID){$ENDIF};
El.Parent:=NewParent;
end;