Browse Source

Fix for Mantis #29066.

git-svn-id: trunk@32459 -
svenbarth 9 years ago
parent
commit
6ff3226e3c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbs/tw29053.pp

+ 1 - 1
tests/webtbs/tw29053.pp

@@ -5,7 +5,7 @@ program tw29053;
 {$mode delphi}
 {$mode delphi}
 
 
 type
 type
-  TModelArray<T: TObject> = array of T;
+  TModelArray<T: class> = array of T;
 
 
 begin
 begin
 end.
 end.