deepCopy change
authorab
Wed, 09 Apr 2008 21:40:32 +0200
changeset 10947 e01ba2c3533f
parent 10946 40514596d473
child 10948 a90f2ab2c6ec
deepCopy change
SmallInteger.st
--- a/SmallInteger.st	Wed Apr 09 21:40:27 2008 +0200
+++ b/SmallInteger.st	Wed Apr 09 21:40:32 2008 +0200
@@ -2134,7 +2134,7 @@
     ^ self
 !
 
-deepCopyUsing:aDictionary
+deepCopyUsing:aDictionary postCopySelector:postCopySelector
     "return a deep copy of myself
      - reimplemented here since smallintegers are unique"
 
@@ -3672,5 +3672,5 @@
 !SmallInteger class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/SmallInteger.st,v 1.169 2007-04-02 15:56:50 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/SmallInteger.st,v 1.170 2008-04-09 19:40:32 ab Exp $'
 ! !