mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: remove ignored qualifiers
This commit is contained in:
committed by
Andrew Heather
parent
e9f96b25c9
commit
51099548ed
@ -766,7 +766,7 @@ public:
|
|||||||
// Member Functions/Operators
|
// Member Functions/Operators
|
||||||
|
|
||||||
//- Const access to referenced object (value)
|
//- Const access to referenced object (value)
|
||||||
inline const reference val() const
|
inline reference val() const
|
||||||
{
|
{
|
||||||
return Iterator<true>::entry_->cval();
|
return Iterator<true>::entry_->cval();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user