mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
quick fix
This commit is contained in:
parent
abe7507cd5
commit
05068c307d
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ public class CFileTypesPreferenceBlock {
|
|||
ICFileTypeAssociation[] add = (ICFileTypeAssociation[]) fAddAssoc.toArray(new ICFileTypeAssociation[fAddAssoc.size()]);
|
||||
ICFileTypeAssociation[] rem = (ICFileTypeAssociation[]) fRemoveAssoc.toArray(new ICFileTypeAssociation[fRemoveAssoc.size()]);
|
||||
|
||||
changed = fResolverWorkingCopy.adjustAssociations(add, rem);
|
||||
fResolverWorkingCopy.adjustAssociations(add, rem);
|
||||
|
||||
fAddAssoc.clear();
|
||||
fRemoveAssoc.clear();
|
||||
|
|
Loading…
Add table
Reference in a new issue