From 5c4eee31dab299c8fb88ef6a9ab53dd6cde7e59c Mon Sep 17 00:00:00 2001
From: Mirko Waechter <mirko.waechter@kit.edu>
Date: Thu, 23 Mar 2017 00:05:48 +0100
Subject: [PATCH] virtual function fix

---
 source/RobotAPI/libraries/core/RobotStatechartContext.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/RobotAPI/libraries/core/RobotStatechartContext.h b/source/RobotAPI/libraries/core/RobotStatechartContext.h
index 369ca8665..79c1a76d4 100644
--- a/source/RobotAPI/libraries/core/RobotStatechartContext.h
+++ b/source/RobotAPI/libraries/core/RobotStatechartContext.h
@@ -69,7 +69,7 @@ namespace armarx
     {
     public:
         // inherited from Component
-        virtual std::string getDefaultName()
+        virtual std::string getDefaultName() const
         {
             return "RobotStatechartContext";
         }
-- 
GitLab