* src/tgbaalgos/degen.cc: Do not copy the unicity table.
This commit is contained in:
parent
bbf6a68228
commit
91789b9b12
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ namespace spot
|
||||||
typedef Sgi::hash_map<const state*, bool,
|
typedef Sgi::hash_map<const state*, bool,
|
||||||
state_ptr_hash, state_ptr_equal> cache_t;
|
state_ptr_hash, state_ptr_equal> cache_t;
|
||||||
cache_t cache_;
|
cache_t cache_;
|
||||||
unicity_table uniq_;
|
unicity_table& uniq_;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
has_acc_loop(const tgba* a, unicity_table& uniq):
|
has_acc_loop(const tgba* a, unicity_table& uniq):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue