Skip to content
Snippets Groups Projects
Commit fce2f483 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Remove const qualifier on returned value

parent e052a6f1
No related branches found
No related tags found
1 merge request!11Feature/mpi
...@@ -38,7 +38,7 @@ class RefId ...@@ -38,7 +38,7 @@ class RefId
(m_tag_name<ref_id.m_tag_name))); (m_tag_name<ref_id.m_tag_name)));
} }
const TagNumberType tagNumber() const TagNumberType tagNumber() const
{ {
return m_tag_number; return m_tag_number;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment