Remove surplus const for return-by-value.
This triggers compiler warnings at high warning levels.
This commit is contained in:
@@ -89,7 +89,7 @@ namespace Opm {
|
||||
return m_name;
|
||||
}
|
||||
|
||||
const UnitSystem::UnitType UnitSystem::getType() const {
|
||||
UnitSystem::UnitType UnitSystem::getType() const {
|
||||
return m_unittype;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user