* iface/gspn/eesrg.cc (state_gspn_eesrg::clone): Clone the right
state.
This commit is contained in:
parent
23f1a6f2c6
commit
3c363aa11a
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2004-01-06 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||
|
||||
* iface/gspn/eesrg.cc (state_gspn_eesrg::clone): Clone the right
|
||||
state.
|
||||
|
||||
* iface/gspn/ltleesrg.cc: Emptinesscheck the full product, not
|
||||
the control automaton.
|
||||
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ namespace spot
|
|||
|
||||
virtual state_gspn_eesrg* clone() const
|
||||
{
|
||||
return new state_gspn_eesrg(left(), right());
|
||||
return new state_gspn_eesrg(left(), right()->clone());
|
||||
}
|
||||
|
||||
State
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue