LinkedList.st
changeset 4300 7378b8d2ba04
parent 4063 998e2be3d244
child 5244 7ddbb129a552
--- a/LinkedList.st	Sat Jun 19 00:49:16 1999 +0200
+++ b/LinkedList.st	Sat Jun 19 00:49:38 1999 +0200
@@ -132,7 +132,7 @@
 new
     "create and return a new LinkedList"
 
-    ^ super new initialize
+    ^ self basicNew initialize
 ! !
 
 !LinkedList methodsFor:'accessing'!
@@ -411,5 +411,5 @@
 !LinkedList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LinkedList.st,v 1.30 1999-03-19 20:45:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LinkedList.st,v 1.31 1999-06-18 22:49:38 cg Exp $'
 ! !