1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 23:25:26 +02:00

[204955] Fixed the bug in use of the counting request monitor.

This commit is contained in:
Pawel Piech 2007-09-28 20:52:47 +00:00
parent 9e4fd94676
commit 3ba7032c29

View file

@ -274,7 +274,7 @@ public abstract class AbstractExpressionLayoutNode<V extends IDMData> extends Ab
childNode.getDeltaFlagsForExpression(expressionRemainder, event) != IModelDelta.NO_CHANGE)
{
childNode.buildDeltaForExpression(
expression, elementIdx, expressionRemainder, event, parentDelta, path, rm);
expression, elementIdx, expressionRemainder, event, parentDelta, path, countingRm);
childRmCount++;
// The child node will call update.done();
}