Skip to content

Commit d4b95e6

Browse files
committed
Fix history state handling
1 parent 461ff39 commit d4b95e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/cpp_event_framework/Statemachine.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ private:
856856
{
857857
target = state;
858858
EnterState(*state);
859-
state = GetInitialState(state);
859+
state = GetInitialState(target);
860860
}
861861

862862
// We have reached the target state

0 commit comments

Comments
 (0)