mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 01:50:44 +01:00
trying to get things building again
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user