mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 00:59:30 +02:00
* Missing conversion to TFPList
git-svn-id: trunk@19670 -
This commit is contained in:
parent
bb54f1375c
commit
4f8bc2aaf4
@ -2828,7 +2828,7 @@ var
|
||||
AppendText(ParaEl, '] ');
|
||||
end;
|
||||
|
||||
procedure AppendGenericTypes(CodeEl : TDomElement; AList : TList; isSpecialize : Boolean);
|
||||
procedure AppendGenericTypes(CodeEl : TDomElement; AList : TFPList; isSpecialize : Boolean);
|
||||
|
||||
Var
|
||||
I : integer;
|
||||
|
Loading…
Reference in New Issue
Block a user