oops
authorClaus Gittinger <cg@exept.de>
Fri, 19 Apr 1996 18:07:39 +0200
changeset 190 f8de925054bf
parent 189 a2c84aaac32d
child 191 cb2815b77100
oops
Model.st
--- a/Model.st	Fri Apr 19 18:07:22 1996 +0200
+++ b/Model.st	Fri Apr 19 18:07:39 1996 +0200
@@ -195,10 +195,10 @@
     "return a Collection of dependents - nil if there is none.
      Since all dependencies are nonWeak in Model, this is a dummy."
 
-    ^ dependents
+    ^ self dependents
 
     "Created: 19.4.1996 / 10:29:43 / cg"
-    "Modified: 19.4.1996 / 12:25:54 / cg"
+    "Modified: 19.4.1996 / 18:07:31 / cg"
 !
 
 removeNonWeakDependent:anObject
@@ -228,5 +228,5 @@
 !Model class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Model.st,v 1.21 1996-04-19 16:07:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Model.st,v 1.22 1996-04-19 16:07:39 cg Exp $'
 ! !