* Missing conversion to TFPList

git-svn-id: trunk@19670 -
This commit is contained in:
michael 2011-11-22 19:21:20 +00:00
parent bb54f1375c
commit 4f8bc2aaf4

View File

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