* iface/gspn/eesrg.cc (state_gspn_eesrg::clone): Clone the right

state.
This commit is contained in:
Alexandre Duret-Lutz 2004-01-06 11:34:41 +00:00
parent 23f1a6f2c6
commit 3c363aa11a
2 changed files with 4 additions and 1 deletions

View file

@ -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