* src/ltlvisit/simplify.cc (simplify_visitor): Return automatop as-is.

This commit is contained in:
Alexandre Duret-Lutz 2012-10-14 18:25:36 +02:00
parent 7b6337f456
commit 7022853dad

View file

@ -2367,9 +2367,9 @@ namespace spot
}
void
visit(const automatop*)
visit(const automatop* aut)
{
assert(0);
result_ = aut->clone();
}
void