Fix drawing a bonup operators in the AST.

* src/ltlvisit/dotty.cc (dotty_visitor::visit): Do not
declare bunop as sinks.
This commit is contained in:
Alexandre Duret-Lutz 2011-12-05 19:16:31 +01:00
parent fa44383efb
commit 72609185b8

View file

@ -63,7 +63,7 @@ namespace spot
void
visit(const bunop* so)
{
if (draw_node_(so, so->format(), true))
if (draw_node_(so, so->format()))
{
dir = none;
so->child()->accept(*this);