deepCopy change
authorab
Wed, 09 Apr 2008 21:40:27 +0200
changeset 10946 40514596d473
parent 10945 2d0596240727
child 10947 e01ba2c3533f
deepCopy change
LimitedPrecisionReal.st
--- a/LimitedPrecisionReal.st	Wed Apr 09 21:40:01 2008 +0200
+++ b/LimitedPrecisionReal.st	Wed Apr 09 21:40:27 2008 +0200
@@ -879,7 +879,7 @@
     ^ self
 !
 
-deepCopyUsing:aDictionary
+deepCopyUsing:aDictionary postCopySelector:postCopySelector
     "return a deep copy of myself
      - because storing into floats is not recommended/allowed, its ok to return the receiver"
 
@@ -1146,7 +1146,7 @@
 !LimitedPrecisionReal class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LimitedPrecisionReal.st,v 1.65 2007-08-24 13:02:29 sr Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LimitedPrecisionReal.st,v 1.66 2008-04-09 19:40:27 ab Exp $'
 ! !
 
 LimitedPrecisionReal initialize!