Fix prototype of ltl_simplifier::ltl_simplifier.

* src/ltlvisit/simplify.hh, src/ltlvisit/simplify.cc: Here.
This commit is contained in:
Alexandre Duret-Lutz 2012-09-07 11:31:23 +02:00
parent a80356e440
commit 7274ca2bb7
2 changed files with 5 additions and 4 deletions

View file

@ -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