Object.st
changeset 23658 99ec1c09e132
parent 23653 3ac335cea5d1
child 23659 2a7cd86b3931
--- a/Object.st	Fri Feb 01 00:52:04 2019 +0100
+++ b/Object.st	Fri Feb 01 16:15:47 2019 +0100
@@ -226,7 +226,7 @@
 initialize
     "called only once - initialize signals"
 
-    Nothing := Object new.
+    Nothing := VoidObject new.
     ErrorSignal isNil ifTrue:[
         self initSignals.
         ErrorRecursion := true.