diff --git a/source/RobotAPI/core/RobotStatechartContext.h b/source/RobotAPI/core/RobotStatechartContext.h index 87497c10371e1d8a4be36eca2026bb396232a657..ac21018cf6c547c93aa51a83293062378d0e2eb6 100644 --- a/source/RobotAPI/core/RobotStatechartContext.h +++ b/source/RobotAPI/core/RobotStatechartContext.h @@ -44,10 +44,10 @@ namespace armarx // Component and context // **************************************************************** - struct RobotStatechartContextProperties : ComponentPropertyDefinitions + struct RobotStatechartContextProperties : StatechartContextPropertyDefinitions { RobotStatechartContextProperties(std::string prefix): - ComponentPropertyDefinitions(prefix) + StatechartContextPropertyDefinitions(prefix) { defineRequiredProperty<std::string>("KinematicUnitName", "Name of the kinematic unit that should be used"); defineRequiredProperty<std::string>("KinematicUnitObserverName", "Name of the kinematic unit observer that should be used");