mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Bug 279366. Correction to the previous fix.
This commit is contained in:
parent
c9e4e19de9
commit
26dac9d78f
1 changed files with 1 additions and 0 deletions
|
@ -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++;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue