* src/tgbaalgos/degen.cc: Do not copy the unicity table.

This commit is contained in:
Alexandre Duret-Lutz 2014-01-23 15:04:21 +01:00
parent bbf6a68228
commit 91789b9b12

View file

@ -173,7 +173,7 @@ namespace spot
typedef Sgi::hash_map<const state*, bool,
state_ptr_hash, state_ptr_equal> cache_t;
cache_t cache_;
unicity_table uniq_;
unicity_table& uniq_;
public:
has_acc_loop(const tgba* a, unicity_table& uniq):