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:
parent
fa44383efb
commit
72609185b8
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ namespace spot
|
||||||
void
|
void
|
||||||
visit(const bunop* so)
|
visit(const bunop* so)
|
||||||
{
|
{
|
||||||
if (draw_node_(so, so->format(), true))
|
if (draw_node_(so, so->format()))
|
||||||
{
|
{
|
||||||
dir = none;
|
dir = none;
|
||||||
so->child()->accept(*this);
|
so->child()->accept(*this);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue