Boolean.st
changeset 10944 7a49334eb90b
parent 9656 453ccfd5be16
child 12163 bcb16f2fda53
child 17711 39faaaf888b4
--- a/Boolean.st	Wed Apr 09 21:39:52 2008 +0200
+++ b/Boolean.st	Wed Apr 09 21:39:56 2008 +0200
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 Object subclass:#Boolean
@@ -143,7 +142,7 @@
     ^ self
 !
 
-deepCopyUsing:aDictionary
+deepCopyUsing:aDictionary postCopySelector:postCopySelector
     "return a deep copy of the receiver
      - since both true and false are unique, return the receiver"
 
@@ -224,5 +223,5 @@
 !Boolean class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.37 2006-08-23 14:06:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.38 2008-04-09 19:39:56 ab Exp $'
 ! !