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:
parent
2c2447767b
commit
d1d37fc9c8
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue