Fix prototype of ltl_simplifier::ltl_simplifier.
* src/ltlvisit/simplify.hh, src/ltlvisit/simplify.cc: Here.
This commit is contained in:
parent
a80356e440
commit
7274ca2bb7
2 changed files with 5 additions and 4 deletions
|
|
@ -73,7 +73,7 @@ namespace spot
|
|||
{
|
||||
public:
|
||||
ltl_simplifier(bdd_dict* dict = 0);
|
||||
ltl_simplifier(ltl_simplifier_options& opt, bdd_dict* dict = 0);
|
||||
ltl_simplifier(const ltl_simplifier_options& opt, bdd_dict* dict = 0);
|
||||
~ltl_simplifier();
|
||||
|
||||
/// Simplify the formula \a f (using options supplied to the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue