# HG changeset patch # User Claus Gittinger # Date 1558962228 -7200 # Node ID 4353bb77db076bc42708a487664b68ca84f2f906 # Parent d261694dd722fdd503e1791b5aab1b8d39daa1ef #OTHER by cg category of: #postCopy #postDeepCopy diff -r d261694dd722 -r 4353bb77db07 OrderedSet.st --- a/OrderedSet.st Mon May 27 15:02:55 2019 +0200 +++ b/OrderedSet.st Mon May 27 15:03:48 2019 +0200 @@ -1,5 +1,3 @@ -"{ Encoding: utf8 }" - " COPYRIGHT (c) 2001 by eXept Software AG All Rights Reserved @@ -453,7 +451,7 @@ ^ super asOrderedSet ! ! -!OrderedSet methodsFor:'copying'! +!OrderedSet methodsFor:'copying-private'! postCopy "have to copy the keyArray too"