Explorar el Código

* Missing conversion to TFPList

git-svn-id: trunk@19670 -
michael hace 14 años
padre
commit
4f8bc2aaf4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      utils/fpdoc/dw_html.pp

+ 1 - 1
utils/fpdoc/dw_html.pp

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