* src/tgba/tgbaexplicit.hh: Fix definition of the new alias_ map.
This commit is contained in:
parent
fb38fe56aa
commit
561b852106
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ namespace spot
|
|||
typedef State state;
|
||||
protected:
|
||||
typedef Sgi::hash_map<label_t, State, label_hash_t> ls_map;
|
||||
typedef Sgi::hash_map<label_t, State*> alias_map;
|
||||
typedef Sgi::hash_map<label_t, State*, label_hash_t> alias_map;
|
||||
typedef Sgi::hash_map<const State*, label_t, ptr_hash<State> > sl_map;
|
||||
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue