mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
fix a bug.
This commit is contained in:
parent
61799d7c74
commit
0028dec189
1 changed files with 2 additions and 2 deletions
|
@ -332,9 +332,9 @@ public class DeltaProcessor {
|
|||
CElementDelta elementDelta = fCurrentDelta.find(parent);
|
||||
if (elementDelta == null) {
|
||||
fCurrentDelta.changed(parent, ICElementDelta.F_CONTENT);
|
||||
elementDelta = fCurrentDelta;
|
||||
}
|
||||
} else {
|
||||
elementDelta.addResourceDelta(delta);
|
||||
}
|
||||
if (parent instanceof CContainer) {
|
||||
CElementInfo info = ((CContainer)parent).getElementInfo();
|
||||
if (info instanceof CContainerInfo) {
|
||||
|
|
Loading…
Add table
Reference in a new issue