mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 00:19:24 +02:00
fcl-passrc: fixed compile
git-svn-id: trunk@43146 -
This commit is contained in:
parent
c8d66b3b57
commit
b8350cc932
@ -1780,7 +1780,7 @@ begin
|
||||
FreeAndNil(GenericTemplateTypes);
|
||||
end;
|
||||
|
||||
procedure ReleaseElementList(ElList: TFPList; const Id: string);
|
||||
procedure ReleaseElementList(ElList: TFPList{$IFDEF CheckPasTreeRefCount}; const Id: string{$ENDIF});
|
||||
var
|
||||
i: Integer;
|
||||
El: TPasElement;
|
||||
|
Loading…
Reference in New Issue
Block a user