Skip to content
Snippets Groups Projects
Commit 0ff4f3e4 authored by Fabian Reister's avatar Fabian Reister
Browse files

fix: _execute -> execute

parent 9f04c4aa
No related branches found
No related tags found
1 merge request!227Feature/skills
......@@ -45,7 +45,7 @@ namespace armarx::skills
protected:
typename Skill::Status
_execute(const AronT& params, const Skill::CallbackT& callback) final
execute(const AronT& params, const Skill::CallbackT& callback) final
{
if (not initialize(params))
{
......
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