trying to get things building again

This commit is contained in:
benfry
2004-05-10 03:58:30 +00:00
parent af695a7005
commit e9399d05e0
7 changed files with 49 additions and 22 deletions

View File

@@ -62,8 +62,7 @@ public class PdeRuntime implements PdeMessageConsumer {
}
public void start(Point windowLocation,
PrintStream leechErr) throws PdeException {
public void start(Point windowLocation) throws PdeException {
this.leechErr = new PrintStream(new PdeMessageStream(this));