浏览代码

* another fix for #15655, wrongly fixed in r14885

git-svn-id: trunk@14893 -
marco 16 年之前
父节点
当前提交
d742d6db58
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/objpas/classes/lists.inc

+ 1 - 1
rtl/objpas/classes/lists.inc

@@ -622,7 +622,7 @@ var
   I: Integer;
 begin
   { this only does FList.AddList(AList.FList), avoiding notifications }
-  AddList(AList);
+  FList.AddList(AList.FList);
 
   { make lnAdded notifications }
   for I := 0 to AList.Count - 1 do