Issue #185 on-clip action headers displaying and exporting

This commit is contained in:
Jindra Pet��k
2013-07-07 11:58:11 +02:00
parent 3b0754021e
commit 04e741b141
19 changed files with 337 additions and 150 deletions
@@ -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);
}