mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 13:46:32 +00:00
custom command line paramters fixed, ABC parameter added to method body parsed event
This commit is contained in:
@@ -65,7 +65,7 @@ public class AS3JumpOverflowFix implements SWFDecompilerListener {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void methodBodyParsed(MethodBody body, SWF swf) {
|
||||
public void methodBodyParsed(ABC abc, MethodBody body, SWF swf) {
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user