WindowBuilder.st
changeset 176 3890e2b312e0
parent 132 0a8fe342ed91
child 223 b65dc250db8d
--- a/WindowBuilder.st	Fri Mar 08 23:20:18 1996 +0100
+++ b/WindowBuilder.st	Thu Mar 21 18:59:34 1996 +0100
@@ -112,7 +112,7 @@
 !WindowBuilder methodsFor:'operation'!
 
 buildFromSpec:aSpec
-    self subclassResponsibility
+    ^ self subclassResponsibility
 !
 
 closeRequest
@@ -180,5 +180,5 @@
 !WindowBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.11 1995-12-03 12:30:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.12 1996-03-21 17:59:34 cg Exp $'
 ! !