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
StateData(const State& state, const set<State>& originalStates)
: state(state),
originalStates(originalStates) {
this->isMarked = false;
}
originalStates(originalStates),
isMarked(false) {}
};
 
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment