mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 12:05:57 +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);
|
FreeAndNil(GenericTemplateTypes);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure ReleaseElementList(ElList: TFPList; const Id: string);
|
procedure ReleaseElementList(ElList: TFPList{$IFDEF CheckPasTreeRefCount}; const Id: string{$ENDIF});
|
||||||
var
|
var
|
||||||
i: Integer;
|
i: Integer;
|
||||||
El: TPasElement;
|
El: TPasElement;
|
||||||
|
Loading…
Reference in New Issue
Block a user