From fce2f4832063205cac5afd6c75e6bd671f61e304 Mon Sep 17 00:00:00 2001
From: Stephane Del Pino <stephane.delpino44@gmail.com>
Date: Wed, 6 Feb 2019 10:45:41 +0100
Subject: [PATCH] Remove const qualifier on returned value

---
 src/mesh/RefId.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesh/RefId.hpp b/src/mesh/RefId.hpp
index 325fc25a5..dbd4f1a1b 100644
--- a/src/mesh/RefId.hpp
+++ b/src/mesh/RefId.hpp
@@ -38,7 +38,7 @@ class RefId
              (m_tag_name<ref_id.m_tag_name)));
   }
 
-  const TagNumberType tagNumber() const
+  TagNumberType tagNumber() const
   {
     return m_tag_number;
   }
-- 
GitLab