1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 06:32:10 +02:00

Bug 279366. Correction to the previous fix.

This commit is contained in:
Sergey Prigogin 2009-06-07 20:58:03 +00:00
parent c9e4e19de9
commit 26dac9d78f

View file

@ -269,6 +269,7 @@ public class OpenDeclarationsAction extends SelectionParseAction implements ASTR
if (array[i] != null) {
if (i != j) {
array[j] = array[i];
array[i] = null;
}
j++;
}