mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
bug 224203 (patch by Don Porges)
This commit is contained in:
parent
c391a02225
commit
0603e8472d
1 changed files with 1 additions and 1 deletions
|
@ -3315,7 +3315,7 @@ public class Tool extends HoldsOptions implements ITool, IOptionCategory, IMatch
|
|||
}
|
||||
|
||||
private void saveRebuildState(){
|
||||
PropertyManager.getInstance().setProperty(this, REBUILD_STATE, Boolean.toString(needsRebuild()));
|
||||
PropertyManager.getInstance().setProperty(this, REBUILD_STATE, Boolean.toString(rebuildState));
|
||||
}
|
||||
|
||||
public CLanguageData getCLanguageData(IInputType type) {
|
||||
|
|
Loading…
Add table
Reference in a new issue