OrderedDictionary.st
changeset 24183 88df79557f67
parent 24039 c75d820500df
child 24346 6e8e1a508372
--- a/OrderedDictionary.st	Mon May 27 15:04:36 2019 +0200
+++ b/OrderedDictionary.st	Mon May 27 15:04:41 2019 +0200
@@ -691,7 +691,9 @@
     ^ self copyValuesFrom:1 to:endIndex
 
     "Created: / 13-02-2019 / 18:02:13 / Claus Gittinger"
-!
+! !
+
+!OrderedDictionary methodsFor:'copying-private'!
 
 postCopy
     "have to copy the order too"