1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

quick fix

This commit is contained in:
Alain Magloire 2004-08-20 22:27:28 +00:00
parent abe7507cd5
commit 05068c307d

View file

@ -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();