diff --git a/jode/jode/expr/StoreInstruction.java b/jode/jode/expr/StoreInstruction.java index 7931ccb..9176887 100644 --- a/jode/jode/expr/StoreInstruction.java +++ b/jode/jode/expr/StoreInstruction.java @@ -20,7 +20,8 @@ package jode.decompiler; import jode.Type; -public abstract class StoreInstruction extends Operator { +public abstract class StoreInstruction extends Operator + implements CombineableOperator { public String lvCasts; Type lvalueType;