1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-11 19:15:22 +02:00

set the dirty bit properly

This commit is contained in:
David McKnight 2006-06-12 12:46:02 +00:00
parent dd4b9d449c
commit 4ef69b9510

View file

@ -3319,7 +3319,7 @@ public abstract class SubSystem extends RSEModelObject implements IAdaptable, IS
public void setDirty(boolean flag)
{
_isDirty = false;
_isDirty = flag;
}
public boolean commit()