* src/tgba/tgba.hh (tgba::~tgba): Make it public.
* src/tgba/tgbatba.cc, src/tgba/tgbatba.hh: New files. * src/tgba/Makefile.am (tgba_HEADERS): Add tgbatba.hh. (libtgba_la_SOURCES): Add tgbatba.cc. * src/tgbatest/ltl2tgba.cc: Add option -D.
This commit is contained in:
parent
5bc2d77e60
commit
af928d28ac
6 changed files with 354 additions and 13 deletions
|
|
@ -33,9 +33,10 @@ namespace spot
|
|||
{
|
||||
protected:
|
||||
tgba();
|
||||
virtual ~tgba();
|
||||
|
||||
public:
|
||||
virtual ~tgba();
|
||||
|
||||
/// \brief Get the initial state of the automaton.
|
||||
///
|
||||
/// The state has been allocated with \c new. It is the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue