1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Update modes.

This commit is contained in:
Ted Williams 2007-06-30 03:59:51 +00:00
parent 26a73ba3b2
commit 68cf334f92

View file

@ -424,7 +424,8 @@ public class VariableLocalsLayoutNode extends AbstractExpressionLayoutNode<IExpr
mrm.add(rm);
stackFrameService.getModelData(localDMC, rm);
VMCacheManager.getVMCacheManager().getCache(VariableLocalsLayoutNode.this.getVMProvider().getPresentationContext())
.getModelData(stackFrameService, localDMC, rm, getExecutor());
}
}
};