1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-30 21:55:31 +02:00

fix regression from warnings cleanup

This commit is contained in:
Andrew Ferguson 2008-04-22 10:42:47 +00:00
parent da70ef502f
commit 3aa200e4e0

View file

@ -105,6 +105,7 @@ public abstract class CompositeScope implements IIndexScope {
for(int i=0; i<result.length; i++) {
result[i]= processUncertainBinding(frgBindings[i]);
}
return result;
}
return IBinding.EMPTY_BINDING_ARRAY;
}