Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ public boolean isNoPrivateConsts() {

@Override
public Instr clone(CloneInfo ii) {
return new InheritanceSearchConstInstr(ii.getRenamedVariable(result),
return new SearchModuleForConstInstr(ii.getRenamedVariable(result),
getCurrentModule().cloneForInlining(ii), constName, noPrivateConsts);
}

0 comments on commit 32801a3

Please sign in to comment.