fcl-passrc: fixed compile

git-svn-id: trunk@43146 -
This commit is contained in:
Mattias Gaertner 2019-10-07 14:50:12 +00:00
parent c8d66b3b57
commit b8350cc932

View File

@ -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;