Explorar el Código

* fixed tw9673

git-svn-id: trunk@8597 -
tom_at_work hace 18 años
padre
commit
6c49a28544
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/webtbs/tw9673.pp

+ 1 - 1
tests/webtbs/tw9673.pp

@@ -4,7 +4,7 @@ interface
 {$mode objfpc}
 
 type
-  Testclass = class
+  generic Testclass<T> = class
   
   type
     TList = array of byte;