Merge pull request #4448 from JakubValtar/fix-build

Fix build
This commit is contained in:
Ben Fry
2016-05-08 14:46:50 -04:00

View File

@@ -310,7 +310,7 @@ public class PDEX {
final JTree tree;
final JavaEditor editor;
// final PreprocessingService pps;
final PreprocessingService pps;
final Consumer<PreprocessedSketch> reloadListener;
@@ -319,7 +319,7 @@ public class PDEX {
ShowUsage(JavaEditor editor, PreprocessingService pps) {
this.editor = editor;
// this.pps = pps;
this.pps = pps;
// Add show usage option
JMenuItem showUsageItem = new JMenuItem(Language.text("editor.popup.show_usage"));