From 6c49a285444311f07c5489cca496eba5192f7b44 Mon Sep 17 00:00:00 2001 From: tom_at_work <tom_at_work@idefix.freepascal.org> Date: Fri, 21 Sep 2007 17:01:39 +0000 Subject: [PATCH] * fixed tw9673 git-svn-id: trunk@8597 - --- tests/webtbs/tw9673.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/webtbs/tw9673.pp b/tests/webtbs/tw9673.pp index 31d86858a4..07a3cb56ff 100644 --- a/tests/webtbs/tw9673.pp +++ b/tests/webtbs/tw9673.pp @@ -4,7 +4,7 @@ interface {$mode objfpc} type - Testclass = class + generic Testclass<T> = class type TList = array of byte;