Issue #185 on-clip action headers displaying and exporting

This commit is contained in:
Jindra Petk
2013-07-07 11:58:11 +02:00
parent 3b0754021e
commit 04e741b141
19 changed files with 337 additions and 150 deletions

View File

@@ -1404,7 +1404,7 @@ public class SWF {
}
if (name instanceof DirectValueTreeItem) {
variables.add(new KeyValue<DirectValueTreeItem, ConstantPool>((DirectValueTreeItem) name, constantPool));
variables.add(new KeyValue<>((DirectValueTreeItem) name, constantPool));
usageTypes.put((DirectValueTreeItem) name, usageType);
}