twacube: please gcc null-dereference
* spot/twacube/twacube.hh: here.
This commit is contained in:
parent
b8258ac638
commit
7bac705e83
1 changed files with 2 additions and 1 deletions
|
|
@ -57,7 +57,8 @@ namespace spot
|
|||
};
|
||||
|
||||
/// \brief Class for iterators over transitions
|
||||
class SPOT_API trans_index final
|
||||
class SPOT_API trans_index final:
|
||||
public std::enable_shared_from_this<trans_index>
|
||||
{
|
||||
public:
|
||||
typedef digraph<cstate, transition> graph_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue