Parcourir la source

* fixed tw9673

git-svn-id: trunk@8597 -
tom_at_work il y a 18 ans
Parent
commit
6c49a28544
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;