ltl: rename formula::count_ as formula::serial_.
* src/ltlast/formula.hh, src/ltlast/formula.cc: Here.
This commit is contained in:
parent
2553c29ca7
commit
d79da2e941
2 changed files with 7 additions and 7 deletions
|
|
@ -33,7 +33,7 @@ namespace spot
|
|||
{
|
||||
namespace ltl
|
||||
{
|
||||
size_t formula::max_count = 0;
|
||||
size_t formula::max_serial = 0;
|
||||
|
||||
const formula*
|
||||
formula::clone() const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue