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

Bug #224769 : deleting Source Folders will corrupt Defined Symbols

This commit is contained in:
Oleg Krasilnikov 2008-04-03 17:07:39 +00:00
parent 2c2447767b
commit d1d37fc9c8

View file

@ -83,7 +83,7 @@ public abstract class ACSettingEntry implements ICSettingEntry {
}
protected int getByNameMatchFlags(){
return (fFlags & (~ (BUILTIN | READONLY)));
return (fFlags & (~ (BUILTIN | READONLY | RESOLVED)));
}
public final boolean equalsByName(ICSettingEntry entry) {