* src/ltlast/formulae.hh: Rename as ...
* src/ltlast/formula.hh: ... this. * src/ltlast/Makefile.am (libltlast_a_SOURCES): Adjust. * src/ltlast/formula.hh (formulae): Rename as ... (formula): ... this. Adjust all uses.
This commit is contained in:
parent
532f9131f5
commit
ef2d6323e0
22 changed files with 104 additions and 97 deletions
|
|
@ -6,7 +6,7 @@ namespace spot
|
|||
{
|
||||
namespace ltl
|
||||
{
|
||||
unop::unop(type op, formulae* child)
|
||||
unop::unop(type op, formula* child)
|
||||
: op_(op), child_(child)
|
||||
{
|
||||
}
|
||||
|
|
@ -27,13 +27,13 @@ namespace spot
|
|||
v.visit(this);
|
||||
}
|
||||
|
||||
const formulae*
|
||||
const formula*
|
||||
unop::child() const
|
||||
{
|
||||
return child_;
|
||||
}
|
||||
|
||||
formulae*
|
||||
formula*
|
||||
unop::child()
|
||||
{
|
||||
return child_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue