CompilationErrorHandler.st
changeset 2445 df14391bb616
parent 2443 b5c69e2f0411
child 2449 c3edabdba704
--- a/CompilationErrorHandler.st	Tue Nov 02 13:01:10 2010 +0100
+++ b/CompilationErrorHandler.st	Tue Nov 02 13:01:13 2010 +0100
@@ -45,6 +45,12 @@
 
 !CompilationErrorHandler class methodsFor:'instance creation'!
 
+new
+    ^ self basicNew initialize
+
+    "Created: / 02-11-2010 / 13:00:35 / cg"
+!
+
 on:aStream
     ^ self new reader:aStream
 ! !
@@ -129,9 +135,9 @@
 !CompilationErrorHandler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/CompilationErrorHandler.st,v 1.10 2010-11-02 11:59:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/CompilationErrorHandler.st,v 1.11 2010-11-02 12:01:13 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/CompilationErrorHandler.st,v 1.10 2010-11-02 11:59:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/CompilationErrorHandler.st,v 1.11 2010-11-02 12:01:13 cg Exp $'
 ! !