diff --git a/source/RobotAPI/libraries/armem_skills/server/segment/StatechartListenerSegment.cpp b/source/RobotAPI/libraries/armem_skills/server/segment/StatechartListenerSegment.cpp index 8dbf2099762819d60a4b1baf71fc3cdbc4caccde..b3c4e1599ef66329f10a1e09fd7efa132acaba26 100644 --- a/source/RobotAPI/libraries/armem_skills/server/segment/StatechartListenerSegment.cpp +++ b/source/RobotAPI/libraries/armem_skills/server/segment/StatechartListenerSegment.cpp @@ -6,7 +6,7 @@ namespace armarx::skills::segment { StatechartListenerProviderSegment::StatechartListenerProviderSegment(armem::server::MemoryToIceAdapter& iceMemory): - Base(iceMemory, "StatecharListener", "Transitions", arondto::Statechart::Transition::toAronType()) + Base(iceMemory, "StatechartListener", "Transitions", arondto::Statechart::Transition::toAronType()) { }