* src/tgbaalgos/cycles.hh: Add virtual destructor.
This commit is contained in:
parent
3c17c418a2
commit
13025d6cc8
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue