This commit is contained in:
Andrei Pangin 2008-08-19 06:02:07 -07:00
commit 059e448264
791 changed files with 57067 additions and 26704 deletions

View file

@ -645,7 +645,7 @@ public:
class ClearSpaceClosure : public SpaceClosure {
public:
void do_space(Space* s) {
s->clear();
s->clear(SpaceDecorator::Mangle);
}
};