diff --git a/generator/src/generator/Transformations.egl b/generator/src/generator/Transformations.egl index b519988..763d263 100644 --- a/generator/src/generator/Transformations.egl +++ b/generator/src/generator/Transformations.egl @@ -1,7 +1,7 @@ [% operation Tuple transformStatemachine() { self.transition_type = "Transition"; - self.transition_action_type = "Transition::ActionType"; + self.transition_action_type = "ActionType"; self.state_type = "State"; self.history_state_type = "HistoryState"; self.event_type = "Event";