mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
159683
This commit is contained in:
parent
f96b483d1f
commit
4c03741125
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ public abstract class VMCache
|
|||
}
|
||||
};
|
||||
|
||||
final IChildrenUpdate partialUpdate = new VMElementsUpdate(update, update.getOffset(), update.getLength(),
|
||||
final IChildrenUpdate partialUpdate = new VMElementsUpdate(update, offset, length,
|
||||
childrenMultiRequestMon.add(partialUpdateMonitor));
|
||||
|
||||
associationsRequestMonitorToChildUpdate.put(partialUpdateMonitor, partialUpdate);
|
||||
|
|
Loading…
Add table
Reference in a new issue