CppCheck : Add const

This commit is contained in:
Magne Sjaastad
2018-10-12 16:36:41 +02:00
parent ab13e0f0b6
commit e8224bc7b8
3 changed files with 3 additions and 3 deletions
@@ -49,7 +49,7 @@ public:
{
}
bool operator<(const LocationForNewFracture& loc)
bool operator<(const LocationForNewFracture& loc) const
{
return measuredDepth < loc.measuredDepth;
}