* src/ltlvisit/lbt.cc: Add missing case for Xor.
This commit is contained in:
parent
a7d7d8d0ef
commit
d22fb0b61f
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ namespace spot
|
|||
switch (bo->op())
|
||||
{
|
||||
case binop::Xor:
|
||||
|
||||
os_ << "^ ";
|
||||
break;
|
||||
case binop::Implies:
|
||||
os_ << "i ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue