GraphTargetItem.src is readonly (field is private, getter added)

This commit is contained in:
honfika@gmail.com
2015-07-09 10:51:04 +02:00
parent 0437e95b4f
commit 42a8fc4c22
46 changed files with 167 additions and 152 deletions

View File

@@ -2090,7 +2090,7 @@ public final class SWF implements SWFContainerItem, Timelined {
if (stringsNoVarH.contains(h)) {
addNew = true;
}
ActionPush pu = (ActionPush) it.getKey().src;
ActionPush pu = (ActionPush) it.getKey().getSrc();
if (pu.replacement == null) {
pu.replacement = new ArrayList<>();
pu.replacement.addAll(pu.values);