class: RunArray
authorClaus Gittinger <cg@exept.de>
Fri, 28 Aug 2015 13:55:47 +0200
changeset 3597 6b1167c90973
parent 3595 d212572ec418
child 3598 04be25181a2e
class: RunArray added: #postCopy oops - I have a subcollection which must be copied also (not shallow)
RunArray.st
--- a/RunArray.st	Mon Aug 17 15:02:19 2015 +0200
+++ b/RunArray.st	Fri Aug 28 13:55:47 2015 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  This class is not covered by or part of the ST/X licence.
 
@@ -863,6 +861,10 @@
     "
 
     "Modified: 18.5.1996 / 19:28:47 / cg"
+!
+
+postCopy
+    contentsArray := contentsArray copy.
 ! !
 
 !RunArray methodsFor:'enumerating'!