diff options
Diffstat (limited to 'src/main/java/cuchaz/enigma/gui/GuiController.java')
| -rw-r--r-- | src/main/java/cuchaz/enigma/gui/GuiController.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/cuchaz/enigma/gui/GuiController.java b/src/main/java/cuchaz/enigma/gui/GuiController.java index 17c81dd..261238b 100644 --- a/src/main/java/cuchaz/enigma/gui/GuiController.java +++ b/src/main/java/cuchaz/enigma/gui/GuiController.java | |||
| @@ -111,7 +111,7 @@ public class GuiController { | |||
| 111 | } | 111 | } |
| 112 | 112 | ||
| 113 | ClassNode fixedNode = new ClassNode(); | 113 | ClassNode fixedNode = new ClassNode(); |
| 114 | node.accept(new SourceFixVisitor(Opcodes.ASM7, fixedNode, project.getJarIndex())); | 114 | node.accept(new SourceFixVisitor(Utils.ASM_VERSION, fixedNode, project.getJarIndex())); |
| 115 | return fixedNode; | 115 | return fixedNode; |
| 116 | }, new SourceSettings(true, true)); | 116 | }, new SourceSettings(true, true)); |
| 117 | } | 117 | } |