Fix build

My previous pull request was using it
This commit is contained in:
Jakub Valtar
2016-05-08 20:40:14 +02:00
parent 884bf3d1e7
commit 0260c904a3

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"));