Browse Source

* fixed tw9673

git-svn-id: trunk@8597 -
tom_at_work 18 years ago
parent
commit
6c49a28544
1 changed files with 1 additions and 1 deletions
  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;