Improve const-ness somewhat on some results color related methods

This commit is contained in:
Jacob Støren
2019-11-20 10:28:35 +01:00
parent 6e96570995
commit c79de08c40
8 changed files with 23 additions and 23 deletions

View File

@@ -576,7 +576,7 @@ QString RimGeoMechResultDefinition::diffResultUiShortName() const
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RigGeoMechCaseData* RimGeoMechResultDefinition::ownerCaseData()
RigGeoMechCaseData* RimGeoMechResultDefinition::ownerCaseData() const
{
return m_geomCase->geoMechData();
}