mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-14 11:45:38 +02:00
Bug 259880.
This commit is contained in:
parent
88f7869499
commit
f0a16ef93a
1 changed files with 5 additions and 2 deletions
|
@ -290,8 +290,11 @@ public class CSourceLookupParticipant extends AbstractSourceLookupParticipant {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void endContainersSourceDirector() {
|
private void endContainersSourceDirector() {
|
||||||
for (ISourceContainer cont : containers)
|
if (containers != null)
|
||||||
cont.init(getDirector());
|
{
|
||||||
|
for (ISourceContainer cont : containers)
|
||||||
|
cont.init(getDirector());
|
||||||
|
}
|
||||||
containers = null;
|
containers = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue