Explainer.st
changeset 88 202c3b1fbc0b
parent 84 ecb74f0507fd
child 96 ae3b3d960476
--- a/Explainer.st	Fri May 12 19:30:55 1995 +0200
+++ b/Explainer.st	Tue May 16 19:11:47 1995 +0200
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1993 by Claus Gittinger
 	     All Rights Reserved
 
-$Header: /cvs/stx/stx/libcomp/Explainer.st,v 1.9 1995-05-01 23:03:53 claus Exp $
+$Header: /cvs/stx/stx/libcomp/Explainer.st,v 1.10 1995-05-16 17:11:42 claus Exp $
 '!
 
 !Explainer class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libcomp/Explainer.st,v 1.9 1995-05-01 23:03:53 claus Exp $
+$Header: /cvs/stx/stx/libcomp/Explainer.st,v 1.10 1995-05-16 17:11:42 claus Exp $
 "
 !
 
@@ -248,7 +248,7 @@
 	|class|
 
 	((className endsWith:'class') and:[className ~= 'Metaclass']) ifTrue:[
-	    class := Smalltalk at:(className copyTo:(className size - 5)) asSymbol class
+	    class := (Smalltalk at:(className copyTo:(className size - 5)) asSymbol) class
 	] ifFalse:[
 	    class := Smalltalk at:(className asSymbol).
 	].