diff -r e6b39d346228 -r df14391bb616 CompilationErrorHandler.st --- 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 $' ! !