Tools_ClassList.st
changeset 11918 46ef9b23af7a
parent 11881 fe2d88632160
child 11938 2520fe691d4d
--- a/Tools_ClassList.st	Tue Oct 23 20:21:29 2012 +0200
+++ b/Tools_ClassList.st	Tue Oct 23 20:21:36 2012 +0200
@@ -1120,7 +1120,7 @@
     "create a generator which enumerates my elements, 
      and place it into the outputGenerator holder"
 
-    self outGeneratorHolder value: self makeGenerator.
+    super updateOutputGenerator.
     outGeneratorHolderForMethods notNil ifTrue:[
         outGeneratorHolderForMethods value: self makeGeneratorForMethods.
     ].
@@ -2011,9 +2011,9 @@
 !ClassList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassList.st,v 1.61 2012-10-20 19:54:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassList.st,v 1.62 2012-10-23 18:21:36 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassList.st,v 1.61 2012-10-20 19:54:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassList.st,v 1.62 2012-10-23 18:21:36 cg Exp $'
 ! !