Skip to content
Snippets Groups Projects
Commit 5c4eee31 authored by Mirko Wächter's avatar Mirko Wächter
Browse files

virtual function fix

parent d4adc5d8
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ namespace armarx
{
public:
// inherited from Component
virtual std::string getDefaultName()
virtual std::string getDefaultName() const
{
return "RobotStatechartContext";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment