mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 21:47:47 +02:00
fcl-passrc: fixed debugging
This commit is contained in:
parent
37ca94c354
commit
e69a192fb6
@ -6249,7 +6249,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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user