Skip to content
Snippets Groups Projects
Commit 83ec406a authored by Jan Vesely's avatar Jan Vesely
Browse files

small change in fsm state data

parent 700148a2
No related branches found
No related tags found
No related merge requests found
...@@ -30,9 +30,8 @@ struct StateData ...@@ -30,9 +30,8 @@ struct StateData
StateData(const State& state, const set<State>& originalStates) StateData(const State& state, const set<State>& originalStates)
: state(state), : state(state),
originalStates(originalStates) { originalStates(originalStates),
this->isMarked = false; isMarked(false) {}
}
}; };
   
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment