From b6b79674cb4cc88bf977caefab71a0305de6383f Mon Sep 17 00:00:00 2001
From: krebs <franziska.krebs@kit.edu>
Date: Thu, 13 Mar 2025 10:25:42 +0100
Subject: [PATCH] required changes for building human-robot-interaction on
 ubuntu24

---
 source/RobotAPI/interface/skills/SkillProviderInterface.ice | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/RobotAPI/interface/skills/SkillProviderInterface.ice b/source/RobotAPI/interface/skills/SkillProviderInterface.ice
index 5f327376c..731ae46b9 100644
--- a/source/RobotAPI/interface/skills/SkillProviderInterface.ice
+++ b/source/RobotAPI/interface/skills/SkillProviderInterface.ice
@@ -222,7 +222,7 @@ module armarx
                     // used for callbacks from providers to update their skill execution status
                     void updateStatusForSkill(provider::dto::SkillStatusUpdate statusUpdate,
                                               dto::ProviderID providerId);
-                }
+                };
             }
         }
     }
-- 
GitLab