* src/tgbaalgos/cycles.hh: Add virtual destructor.

This commit is contained in:
Alexandre Duret-Lutz 2012-09-22 01:14:07 +02:00
parent 3c17c418a2
commit 13025d6cc8

View file

@ -131,6 +131,7 @@ namespace spot
public: public:
enumerate_cycles(const scc_map& map); enumerate_cycles(const scc_map& map);
virtual ~enumerate_cycles() {}
/// \brief Run in SCC scc, and call \a cycle_found() for any new /// \brief Run in SCC scc, and call \a cycle_found() for any new
/// elementary cycle found. /// elementary cycle found.