mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-17 12:12:05 +00:00
Constructor is not a variable
This commit is contained in:
@@ -23,6 +23,6 @@ package com.jpexs.decompiler.flash.simpleparser;
|
||||
public class Type extends Variable {
|
||||
|
||||
public Type(boolean definition, String name, int position) {
|
||||
super(definition, name, position);
|
||||
super(definition, name, position, true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user