Browse Source

Fix for Mantis #29066.

git-svn-id: trunk@32459 -
svenbarth 9 năm trước cách đây
mục cha
commit
6ff3226e3c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/webtbs/tw29053.pp

+ 1 - 1
tests/webtbs/tw29053.pp

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