mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-12 03:25:22 +02:00
set the dirty bit properly
This commit is contained in:
parent
dd4b9d449c
commit
4ef69b9510
1 changed files with 1 additions and 1 deletions
|
@ -3319,7 +3319,7 @@ public abstract class SubSystem extends RSEModelObject implements IAdaptable, IS
|
||||||
|
|
||||||
public void setDirty(boolean flag)
|
public void setDirty(boolean flag)
|
||||||
{
|
{
|
||||||
_isDirty = false;
|
_isDirty = flag;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean commit()
|
public boolean commit()
|
||||||
|
|
Loading…
Add table
Reference in a new issue