mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
Fix constructor error introduced in last checkin
This commit is contained in:
@@ -33,6 +33,7 @@ public class PdePreprocessorOro extends PdePreprocessor {
|
||||
|
||||
public PdePreprocessorOro(String program, String buildPath) {
|
||||
super(program, buildPath);
|
||||
this.program = program;
|
||||
}
|
||||
|
||||
// writes .java file into buildPath
|
||||
|
||||
Reference in New Issue
Block a user