* 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:
Alexandre Duret-Lutz 2003-07-25 17:27:52 +00:00
parent 5bc2d77e60
commit af928d28ac
6 changed files with 354 additions and 13 deletions

View file

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